diff --git a/src/app/qml/ServerComboBox.qml b/src/app/qml/ServerComboBox.qml index c8134e86c..937e3c51e 100644 --- a/src/app/qml/ServerComboBox.qml +++ b/src/app/qml/ServerComboBox.qml @@ -187,7 +187,7 @@ QQC2.ComboBox { } customFooterActions: Kirigami.Action { - text: i18nc("@action:button", "Ok") + text: i18nc("@action:button", "OK") enabled: serverUrlField.acceptableInput && serverUrlField.isValidServer onTriggered: { serverListModel.addServer(serverUrlField.text);