l10n: alterUrl -> fallbackSshDest (#437)

This commit is contained in:
Integral
2024-07-02 13:15:19 +00:00
committed by GitHub
parent c79bbc5756
commit 3f9fe1f2c6
12 changed files with 12 additions and 12 deletions

View File

@@ -248,7 +248,7 @@ class _ServerEditPageState extends State<ServerEditPage> {
controller: _altUrlController,
type: TextInputType.url,
node: _alterUrlFocus,
label: l10n.alterUrl,
label: l10n.fallbackSshDest,
icon: MingCute.link_line,
hint: 'user@ip:port',
),