Fix dialog titles
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user