WIP new WebAdmin: remove some hard coded strings

so they can be localized

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-01-14 09:41:39 +01:00
parent bf94f8b87c
commit 1a0f734a9c
3 changed files with 11 additions and 19 deletions

View File

@@ -29,6 +29,9 @@ const (
I18nShareAddTitle = "title.add_share"
I18nShareUpdateTitle = "title.update_share"
I18nProfileTitle = "title.profile"
I18nUsersTitle = "title.users"
I18nGroupsTitle = "title.groups"
I18nFoldersTitle = "title.folders"
I18nChangePwdTitle = "title.change_password"
I18n2FATitle = "title.two_factor_auth"
I18nEditFileTitle = "title.edit_file"