Change en.json : PLT-3371 (#3825)
* Change en.json : PLT-3371 * Change jsx files for UI text * Change jsx files for UI text
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
ec5f9d7889
Коммит
ffff24e625
@@ -56,7 +56,7 @@ export default class PrivacySettings extends AdminSettings {
|
||||
helpText={
|
||||
<FormattedMessage
|
||||
id='admin.privacy.showEmailDescription'
|
||||
defaultMessage='When false, hides email address of users from other users in the user interface, including team owners and team administrators. Used when system is set up for managing teams where some users choose to keep their contact information private.'
|
||||
defaultMessage='When false, hides email address of users from other users in the user interface, including team owners and Team Administrators. Used when system is set up for managing teams where some users choose to keep their contact information private.'
|
||||
/>
|
||||
}
|
||||
value={this.state.showEmailAddress}
|
||||
@@ -73,7 +73,7 @@ export default class PrivacySettings extends AdminSettings {
|
||||
helpText={
|
||||
<FormattedMessage
|
||||
id='admin.privacy.showFullNameDescription'
|
||||
defaultMessage='When false, hides full name of users from other users, including team owners and team administrators. Username is shown in place of full name.'
|
||||
defaultMessage='When false, hides full name of users from other users, including team owners and Team Administrators. Username is shown in place of full name.'
|
||||
/>
|
||||
}
|
||||
value={this.state.showFullName}
|
||||
@@ -82,4 +82,4 @@ export default class PrivacySettings extends AdminSettings {
|
||||
</SettingsGroup>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -447,7 +447,7 @@ class InviteMemberModal extends React.Component {
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id='invite_member.content'
|
||||
defaultMessage='Email is currently disabled for your team, and email invitations cannot be sent. Contact your system administrator to enable email and email invitations.'
|
||||
defaultMessage='Email is currently disabled for your team, and email invitations cannot be sent. Contact your System Administrator to enable email and email invitations.'
|
||||
/>
|
||||
</p>
|
||||
{teamInviteLink}
|
||||
@@ -459,7 +459,7 @@ class InviteMemberModal extends React.Component {
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id='invite_member.disabled'
|
||||
defaultMessage='User creation has been disabled for your team. Please ask your team administrator for details.'
|
||||
defaultMessage='User creation has been disabled for your team. Please ask your Team Administrator for details.'
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -330,7 +330,7 @@ class UserSettingsGeneralTab extends React.Component {
|
||||
<div className='setting-list__hint text-danger'>
|
||||
<FormattedMessage
|
||||
id='user.settings.general.emailHelp2'
|
||||
defaultMessage='Email has been disabled by your system administrator. No notification emails will be sent until it is enabled.'
|
||||
defaultMessage='Email has been disabled by your System Administrator. No notification emails will be sent until it is enabled.'
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -365,7 +365,7 @@ export default class NotificationsTab extends React.Component {
|
||||
describe = (
|
||||
<FormattedMessage
|
||||
id='user.settings.push_notification.disabled'
|
||||
defaultMessage='Disabled by system administrator'
|
||||
defaultMessage='Disabled by System Administrator'
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
|
||||
Ссылка в новой задаче
Block a user