fix password input helper text (cover all 3 cases: system-managed user, update password, create a new password); add translations for 'generate password' button

This commit is contained in:
Aine
2024-11-21 21:26:50 +02:00
parent 099e349a90
commit 3731410486
9 changed files with 13 additions and 3 deletions

3
src/i18n/index.d.ts vendored
View File

@@ -143,7 +143,8 @@ interface SynapseTranslationMessages extends TranslationMessages {
user_type?: string;
};
helper: {
password?: string;
password: string;
create_password: string;
deactivate: string;
erase: string;
erase_text: string;