@if (mode === 'disable-only') { {{ textKeys.DISABLE_ENCRYPTION_TITLE | translate }} } @else { {{ textKeys.L_CHANGE_ENCRYPTION_PASSWORD | translate }} }

@if (mode === 'full') {

{{ textKeys.CHANGE_PASSWORD_WARNING | translate }}

{{ textKeys.L_NEW_PASSWORD | translate }} @if (newPassword.length > 0 && newPassword.length < 8) { {{ textKeys.PASSWORD_MIN_LENGTH | translate }} } {{ textKeys.L_CONFIRM_PASSWORD | translate }} @if (confirmPassword.length > 0 && !passwordsMatch) { {{ textKeys.PASSWORDS_DONT_MATCH | translate }} }
@if (providerType !== 'supersync') {

{{ textKeys.L_REMOVE_ENCRYPTION | translate }}

{{ textKeys.REMOVE_ENCRYPTION_WARNING | translate }}

} } @else {

{{ textKeys.DISABLE_ENCRYPTION_WARNING | translate }}

{{ textKeys.DISABLE_ENCRYPTION_WHAT_HAPPENS | translate }}

{{ textKeys.DISABLE_ENCRYPTION_NOTE | translate }}

}
@if (mode === 'full') { } @else { }