Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Annika Wickert committed Jul 25, 2020
2 parents eff5b40 + 16c55d9 commit dd9cefa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
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
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd9cefa

Please sign in to comment.