From e1a01ded1c76f5cedabf4d17c5c8474c788be015 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 5 May 2025 15:57:28 -0400 Subject: [PATCH] Remove references to Square Enix in some account text This is a leftover from when we supported Sapphire accounts, so these distinction labels make less sense now. --- launcher/ui/Settings/AccountsPage.qml | 1 - launcher/ui/Setup/AccountSetup.qml | 3 +-- launcher/ui/Setup/AddSquareEnix.qml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) 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