Skip to content

Commit

Permalink
Update translation and placeholder in Settings.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 20, 2023
1 parent 3d01bc4 commit d5a1858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"common": {
"required": "Required",
"work_in_progress": "Work in progress",
"eg_value": "E.g. {value}"
"work_in_progress": "Work in progress"
},
"status": {
"title": "Status",
Expand Down Expand Up @@ -44,7 +43,8 @@
"collabora_placeholder": "Select a collabora server or leave empty to disable",
"admin_password": "Password for user 'admin'",
"domain_tooltip": "A LDAP domain is used to authenticate users. If none LDAP user domain is listed you probably need to install one",
"choose_ldap_domain": "Select a LDAP user domain"
"choose_ldap_domain": "Select a LDAP user domain",
"host_placeholder": "E.g. mynextcloud.example.org"
},
"about": {
"title": "About"
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<cv-text-input
:label="$t('settings.host')"
:placeholder="$t('common.eg_value', {value: 'mynextcloud.example.com'})"
:placeholder="$t('settings.host_placeholder')"
v-model.trim="host"
class="mg-bottom"
:invalid-message="error.host"
Expand Down

0 comments on commit d5a1858

Please sign in to comment.