-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to explain better user ldap domain and collabora code widget #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, but the Host name placeholder must adhere to this list of guidelines NethServer/dev#6806 (comment)
ui/public/i18n/en/translation.json
Outdated
@@ -1,7 +1,8 @@ | |||
{ | |||
"common": { | |||
"required": "Required", | |||
"work_in_progress": "Work in progress" | |||
"work_in_progress": "Work in progress", | |||
"eg_value": "E.g. {value}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer using a static label, with a example.com
domain suffix that strengthen furthermore the fact that it is just an example...
"eg_value": "E.g. {value}" | |
"eg_value": "e.g. mynextcloud.example.com" |
The purpose of the placeholder is not suggesting a suitable value, but clarify what kind of value the input field expects. In this case it is a FQDN host name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update translation.json with LDAP-related changes
This pull request includes a refactoring of the Settings.vue component and updates the translation.json file with LDAP-related changes.
NethServer/dev#6806