Skip to content

Commit

Permalink
Add host pattern and format validation messages to translation.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent a55f108 commit c7a2647
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"admin_password": "Password for user 'admin'",
"choose_ldap_domain": "Select a user domain",
"host_placeholder": "E.g. mynextcloud.example.org",
"admin_password_tooltip": "The user 'admin' is the internal administrator of Nextcloud. This password is used to authenticate the 'admin' user in the Nextcloud web interface."
"admin_password_tooltip": "The user 'admin' is the internal administrator of Nextcloud. This password is used to authenticate the 'admin' user in the Nextcloud web interface.",
"host_pattern": "Must be a valid fully qualified domain name",
"host_format": "Must be a valid fully qualified domain name"
},
"about": {
"title": "About"
Expand Down

0 comments on commit c7a2647

Please sign in to comment.