Fix missing and bad localization strings (#3755)

Этот коммит содержится в:
enahum
2016-08-08 12:56:04 -05:00
коммит произвёл GitHub
родитель 9bf6f5d15e
Коммит 3dfc6c30d3
3 изменённых файлов: 9 добавлений и 8 удалений

Просмотреть файл

@@ -552,8 +552,8 @@ export default class AddCommand extends React.Component {
htmlFor='autocomplete'
>
<FormattedMessage
id='add_command.iconUrl'
defaultMessage='Response Icon'
id='add_command.autocomplete'
defaultMessage='Autocomplete'
/>
</label>
<div className='col-md-5 col-sm-8 checkbox'>

Просмотреть файл

@@ -393,7 +393,7 @@ class NotificationsTab extends React.Component {
return (
<SettingItemMin
title={Utils.localizeMessage('user.settings.notification.push', 'Mobile push notifications')}
title={Utils.localizeMessage('user.settings.notifications.push', 'Mobile push notifications')}
describe={describe}
updateSection={handleUpdateDesktopSection}
/>
@@ -430,7 +430,7 @@ class NotificationsTab extends React.Component {
onChange={this.handleNotifyRadio.bind(this, 'all')}
/>
<FormattedMessage
id='user.settings.notification.allActivity'
id='user.settings.notifications.allActivity'
defaultMessage='For all activity'
/>
</label>
@@ -596,7 +596,7 @@ class NotificationsTab extends React.Component {
if (!this.state.soundNeeded) {
describe = (
<FormattedMessage
id='user.settings.notification.soundConfig'
id='user.settings.notifications.soundConfig'
defaultMessage='Please configure notification sounds in your browser settings'
/>
);