]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix two small typos 30647/head
authorTatjana Dehler <tdehler@suse.com>
Mon, 30 Sep 2019 11:59:48 +0000 (13:59 +0200)
committerTatjana Dehler <tdehler@suse.com>
Mon, 30 Sep 2019 11:59:48 +0000 (13:59 +0200)
Remove unnecessary blanks.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/services/user-change-password.service.ts

index 8cf859746166d341ed183cffe1f66f931a9d8f0b..439757693f71d2b2e0e4226517ea113213ed01b8 100644 (file)
@@ -14,13 +14,13 @@ export class UserChangePasswordService {
   constructor(private i18n: I18n) {}
   getPasswordRulesMessage() {
     return this.i18n(
-      'Required  rules for password complexity:\n\
+      'Required rules for password complexity:\n\
     - must contain at least 8 characters\n\
     - cannot contain username\n\
     - cannot contain any keyword used in Ceph\n\
     - cannot contain any repetitive characters e.g. "aaa"\n\
     - cannot contain any sequencial characters e.g. "abc"\n\
-    - must  consist of characters from the following groups:\n\
+    - must consist of characters from the following groups:\n\
       * alphabetic a-z, A-Z\n\
       * numbers 0-9\n\
       * special chars: !"#$%& \'()*+,-./:;<=>?@[\\]^_`{{|}}~\n\