diff --git a/launcher/ui/Settings/AccountsPage.qml b/launcher/ui/Settings/AccountsPage.qml index b38279f..cd06501 100644 --- a/launcher/ui/Settings/AccountsPage.qml +++ b/launcher/ui/Settings/AccountsPage.qml @@ -45,7 +45,6 @@ FormCard.FormCardPage { FormCard.FormButtonDelegate { text: layout.account.config.name - description: i18n("Square Enix") leading: Components.Avatar { diff --git a/launcher/ui/Setup/AccountSetup.qml b/launcher/ui/Setup/AccountSetup.qml index b7ca6e9..7789b1e 100644 --- a/launcher/ui/Setup/AccountSetup.qml +++ b/launcher/ui/Setup/AccountSetup.qml @@ -67,8 +67,7 @@ FormCard.FormCardPage { FormCard.FormButtonDelegate { id: addSquareEnixButton - text: i18n("Square Enix Account…") - description: i18n("Used for logging into the official game servers.") + text: i18n("Add New Account…") icon.name: "list-add-symbolic" onClicked: page.Window.window.pageStack.layers.push(Qt.createComponent("zone.xiv.astra", "AddSquareEnix"), { profile: page.profile diff --git a/launcher/ui/Setup/AddSquareEnix.qml b/launcher/ui/Setup/AddSquareEnix.qml index 007d783..b9f9b1e 100644 --- a/launcher/ui/Setup/AddSquareEnix.qml +++ b/launcher/ui/Setup/AddSquareEnix.qml @@ -16,7 +16,7 @@ FormCard.FormCardPage { readonly property bool isValid: usernameField.text.length !== 0 property var profile - title: i18n("Add Square Enix Account") + title: i18n("Add New Account") FormCard.FormCard { Layout.fillWidth: true