|
|
|
|
@ -97,7 +97,7 @@ export class ChangePasswordComponent implements OnInit {
@@ -97,7 +97,7 @@ export class ChangePasswordComponent implements OnInit {
|
|
|
|
|
this.platformUtilsService.showToast( |
|
|
|
|
"error", |
|
|
|
|
this.i18nService.t("errorOccurred"), |
|
|
|
|
this.i18nService.t("masterPassRequired") |
|
|
|
|
this.i18nService.t("masterPasswordRequired") |
|
|
|
|
); |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
@ -105,7 +105,7 @@ export class ChangePasswordComponent implements OnInit {
@@ -105,7 +105,7 @@ export class ChangePasswordComponent implements OnInit {
|
|
|
|
|
this.platformUtilsService.showToast( |
|
|
|
|
"error", |
|
|
|
|
this.i18nService.t("errorOccurred"), |
|
|
|
|
this.i18nService.t("masterPassLength") |
|
|
|
|
this.i18nService.t("masterPasswordMinlength") |
|
|
|
|
); |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
|