diff --git a/imports/NeoChat/Component/Login/Homeserver.qml b/imports/NeoChat/Component/Login/Homeserver.qml index 1780c742a..7dfec7ec6 100644 --- a/imports/NeoChat/Component/Login/Homeserver.qml +++ b/imports/NeoChat/Component/Login/Homeserver.qml @@ -15,7 +15,7 @@ LoginStep { readonly property var homeserver: customHomeserver.visible ? customHomeserver.text : serverCombo.currentText property bool loading: false - title: i18n("@title", "Select a Homeserver") + title: i18nc("@title", "Select a Homeserver") action: Kirigami.Action { enabled: LoginHelper.homeserverReachable && !customHomeserver.visible || customHomeserver.acceptableInput