[FIX] Duplicated placeholderaceholder (#17898)

pull/17900/head^2
Maria Eduarda Cunha 5 years ago committed by GitHub
parent 046a184d14
commit ed7eca54c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/lib/server/startup/settings.js
  2. 1
      packages/rocketchat-i18n/i18n/en.i18n.json

@ -91,7 +91,7 @@ settings.addGroup('Accounts', function() {
this.add('Accounts_ConfirmPasswordPlaceholder', '', {
type: 'string',
public: true,
i18nLabel: 'Placeholder_for_password_login_field',
i18nLabel: 'Placeholder_for_password_login_confirm_field',
});
this.add('Accounts_ForgetUserSessionOnWindowClose', false, {
type: 'boolean',

@ -2699,6 +2699,7 @@
"PiwikAnalytics_siteId_Description": "The site id to use for identifying this site. Example: 17",
"PiwikAnalytics_url_Description": "The url where the Piwik resides, be sure to include the trailing slash. Example: //piwik.rocket.chat/",
"Placeholder_for_email_or_username_login_field": "Placeholder for Email or Username Login Field",
"Placeholder_for_password_login_confirm_field": "Confirm Placeholder for Password Login Field",
"Placeholder_for_password_login_field": "Placeholder for Password Login Field",
"Please_add_a_comment": "Please add a comment",
"Please_add_a_comment_to_close_the_room": "Please, add a comment to close the room",

Loading…
Cancel
Save