- Notifications
+ {'Notifications'}
);
const extraInfo = (
- By default, you will receive mention notifications when someone types your first name.
- Go to {notifLink} settings to change this default.
+ {'By default, you will receive mention notifications when someone types your first name. '}
+ {'Go to '} {notifLink} {'settings to change this default.'}
);
@@ -351,8 +351,8 @@ export default class UserSettingsGeneralTab extends React.Component {
const extraInfo = (
- Use Nickname for a name you might be called that is different from your first name and user name.
- This is most often used when two or more people have similar sounding names and usernames.
+ {'Use Nickname for a name you might be called that is different from your first name and user name.'}
+ {'This is most often used when two or more people have similar sounding names and usernames.'}
);
@@ -406,7 +406,7 @@ export default class UserSettingsGeneralTab extends React.Component {
);
- const extraInfo = (Pick something easy for teammates to recognize and recall.);
+ const extraInfo = ({'Pick something easy for teammates to recognize and recall.'});
usernameSection = (
Email is used for notifications, and requires verification if changed.
;
if (!this.state.emailEnabled) {
- helpText =
Email has been disabled by your system administrator. No notification emails will be sent until it is enabled.
;
+ helpText =
{'Email has been disabled by your system administrator. No notification emails will be sent until it is enabled.'}