add missing locs and fix a few others (#3952)

Этот коммит содержится в:
enahum
2016-09-06 10:57:18 -03:00
коммит произвёл Harrison Healey
родитель c201ef1775
Коммит ea52b2a1ad
2 изменённых файлов: 35 добавлений и 31 удалений

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

@@ -138,7 +138,7 @@ export default class EmailNotificationSetting extends React.Component {
onChange={this.handleChange.bind(this, 'true', INTERVAL_HOUR)}
/>
<FormattedMessage
id='user.settings.notifications.everyHour'
id='user.settings.notifications.email.everyHour'
defaultMessage='Every hour'
/>
</label>
@@ -183,7 +183,7 @@ export default class EmailNotificationSetting extends React.Component {
onChange={this.handleChange.bind(this, 'false', INTERVAL_IMMEDIATE)}
/>
<FormattedMessage
id='user.settings.notifications.never'
id='user.settings.notifications.email.never'
defaultMessage='Never'
/>
</label>