Fix i18n
This commit is contained in:
@@ -15,7 +15,7 @@ LoginStep {
|
|||||||
readonly property var homeserver: customHomeserver.visible ? customHomeserver.text : serverCombo.currentText
|
readonly property var homeserver: customHomeserver.visible ? customHomeserver.text : serverCombo.currentText
|
||||||
property bool loading: false
|
property bool loading: false
|
||||||
|
|
||||||
title: i18n("@title", "Select a Homeserver")
|
title: i18nc("@title", "Select a Homeserver")
|
||||||
|
|
||||||
action: Kirigami.Action {
|
action: Kirigami.Action {
|
||||||
enabled: LoginHelper.homeserverReachable && !customHomeserver.visible || customHomeserver.acceptableInput
|
enabled: LoginHelper.homeserverReachable && !customHomeserver.visible || customHomeserver.acceptableInput
|
||||||
|
|||||||
Reference in New Issue
Block a user