RN-404 add missing localization strings (#1020)
This commit is contained in:
parent
196d5d61fb
commit
c3f36e6a89
2 changed files with 3 additions and 2 deletions
|
|
@ -9,9 +9,8 @@ import {getTheme} from 'mattermost-redux/selectors/entities/preferences';
|
|||
|
||||
import NotificationSettingsMobile from './notification_settings_mobile';
|
||||
|
||||
function mapStateToProps(state, ownProps) {
|
||||
function mapStateToProps(state) {
|
||||
return {
|
||||
...ownProps,
|
||||
config: getConfig(state),
|
||||
theme: getTheme(state)
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1975,6 +1975,8 @@
|
|||
"mobile.notification_settings_mobile.test": "Send me a test notification",
|
||||
"mobile.notification_settings_mobile.test_push": "This is a test push notification",
|
||||
"mobile.notification_settings_mobile.vibrate": "Vibrate",
|
||||
"mobile.notification_settings.modal_cancel": "CANCEL",
|
||||
"mobile.notification_settings.modal_save": "SAVE",
|
||||
"mobile.offlineIndicator.connected": "Connected",
|
||||
"mobile.offlineIndicator.connecting": "Connecting...",
|
||||
"mobile.offlineIndicator.offline": "No internet connection",
|
||||
|
|
|
|||
Loading…
Reference in a new issue