Fix missed copy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
eabaf58013
commit
78543da7f4
2 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ const NetworkDropdown = ({onOptionChange, protocols = {}, selectedServerName, se
|
||||||
const TextInputDialog = sdk.getComponent("dialogs.TextInputDialog");
|
const TextInputDialog = sdk.getComponent("dialogs.TextInputDialog");
|
||||||
const { finished } = Modal.createTrackedDialog("Network Dropdown", "Add a new server", TextInputDialog, {
|
const { finished } = Modal.createTrackedDialog("Network Dropdown", "Add a new server", TextInputDialog, {
|
||||||
title: _t("Add a new server"),
|
title: _t("Add a new server"),
|
||||||
description: _t("Enter the address of a new server you want to explore."),
|
description: _t("Enter the name of a new server you want to explore."),
|
||||||
button: _t("Add"),
|
button: _t("Add"),
|
||||||
hasCancel: false,
|
hasCancel: false,
|
||||||
placeholder: _t("Server name"),
|
placeholder: _t("Server name"),
|
||||||
|
|
|
@ -1446,7 +1446,7 @@
|
||||||
"Remove server": "Remove server",
|
"Remove server": "Remove server",
|
||||||
"Matrix": "Matrix",
|
"Matrix": "Matrix",
|
||||||
"Add a new server": "Add a new server",
|
"Add a new server": "Add a new server",
|
||||||
"Enter the address of a new server you want to explore.": "Enter the address of a new server you want to explore.",
|
"Enter the name of a new server you want to explore.": "Enter the name of a new server you want to explore.",
|
||||||
"Server name": "Server name",
|
"Server name": "Server name",
|
||||||
"Add a new server...": "Add a new server...",
|
"Add a new server...": "Add a new server...",
|
||||||
"%(networkName)s rooms": "%(networkName)s rooms",
|
"%(networkName)s rooms": "%(networkName)s rooms",
|
||||||
|
|
Loading…
Reference in a new issue