1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-11 20:47:45 +00:00

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.
This commit is contained in:
Joshua Goins 2025-05-05 15:57:28 -04:00
parent 6ade196e64
commit e1a01ded1c
3 changed files with 2 additions and 4 deletions

View file

@ -45,7 +45,6 @@ FormCard.FormCardPage {
FormCard.FormButtonDelegate {
text: layout.account.config.name
description: i18n("Square Enix")
leading: Components.Avatar
{

View file

@ -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

View file

@ -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