chore(app): i18n sync (#17283)
This commit is contained in:
parent
270cb0b8b4
commit
05cb3c87ca
65 changed files with 1776 additions and 156 deletions
|
|
@ -149,7 +149,7 @@ function ServerForm(props: ServerFormProps) {
|
|||
<TextField
|
||||
type="text"
|
||||
label={language.t("dialog.server.add.username")}
|
||||
placeholder="username"
|
||||
placeholder={language.t("dialog.server.add.usernamePlaceholder")}
|
||||
value={props.username}
|
||||
disabled={props.busy}
|
||||
onChange={props.onUsernameChange}
|
||||
|
|
@ -158,7 +158,7 @@ function ServerForm(props: ServerFormProps) {
|
|||
<TextField
|
||||
type="password"
|
||||
label={language.t("dialog.server.add.password")}
|
||||
placeholder="password"
|
||||
placeholder={language.t("dialog.server.add.passwordPlaceholder")}
|
||||
value={props.password}
|
||||
disabled={props.busy}
|
||||
onChange={props.onPasswordChange}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue