Fix dialog titles

This commit is contained in:
Girish Ramakrishnan
2025-11-07 17:49:51 +01:00
parent f7f55710d1
commit 4fd399eae9
5 changed files with 22 additions and 22 deletions

View File

@@ -175,7 +175,7 @@
"deleteAction": "Delete"
},
"editUserDialog": {
"title": "Edit user {{ username }}",
"title": "Edit User",
"externalLdapWarning": "This user is synced from the external LDAP directory."
},
"addGroupDialog": {
@@ -188,7 +188,7 @@
"allowedApps": "Allowed Apps"
},
"editGroupDialog": {
"title": "Edit Group {{ name }}",
"title": "Edit Group",
"externalLdapWarning": "This group is synced from the external LDAP directory."
},
"deleteGroupDialog": {
@@ -756,7 +756,7 @@
},
"domainDialog": {
"addTitle": "Add Domain",
"editTitle": "Configure {{ domain }}",
"editTitle": "Edit Domain",
"domain": "Domain",
"provider": "DNS Provider",
"route53AccessKeyId": "Access Key Id",
@@ -1520,7 +1520,7 @@
"localDirectory": "Local Directory",
"remountActionTooltip": "Remount",
"editVolumeDialog": {
"title": "Edit volume {{ name }}"
"title": "Edit Volume"
},
"emptyPlaceholder": "No volumes"
},