Skip to content

Commit

Permalink
Add translation for server timeout
Browse files Browse the repository at this point in the history
in German and English translations
  • Loading branch information
jrie authored Jul 7, 2020
1 parent e4742db commit d368bee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/features/settings/components/ServerTimeoutField.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ServerTimeoutField extends Component<Props, State> {
<Form onSubmit = { this._onServerTimeoutSubmit }>
<FieldTextStateless
invalidMessage
= { 'Invalid Timeout' }
= { t('settings.invalidServerTimeout') }
isInvalid = { !this.state.isValid }
isValidationHidden = { this.state.isValid }
label = { t('settings.serverTimeout') }
Expand Down
1 change: 1 addition & 0 deletions app/i18n/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"startWithAudioMuted": "Ohne Audio starten",
"startWithVideoMuted": "Ohne Video starten",
"invalidServer": "Falsche Server URL oder der Server unterstützt keine externe API",
"invalidServerTimeout": "Üngültiger Wert für die Server Wartezeit",
"serverUrl": "Server URL",
"serverTimeout": "Server Timeout (in Sekunden)"
}
Expand Down
1 change: 1 addition & 0 deletions app/i18n/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"startWithAudioMuted": "Start with Audio muted",
"startWithVideoMuted": "Start with Video muted",
"invalidServer": "Invalid Server URL or external API not enabled",
"invalidServerTimeout": "Invalid value for Server Timeout",
"serverUrl": "Server URL",
"serverTimeout": "Server Timeout (in seconds)"
}
Expand Down

0 comments on commit d368bee

Please sign in to comment.