wip(app): i18n
This commit is contained in:
parent
9b7d9c8173
commit
f86c37f579
6 changed files with 171 additions and 12 deletions
|
|
@ -179,7 +179,7 @@ export function DialogSelectServer() {
|
|||
type="text"
|
||||
label={language.t("dialog.server.add.url")}
|
||||
hideLabel
|
||||
placeholder="http://localhost:4096"
|
||||
placeholder={language.t("dialog.server.add.placeholder")}
|
||||
value={store.url}
|
||||
onChange={(v) => {
|
||||
setStore("url", v)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue