From 58e5dbff27a99b51ed674c281d281264a67a597d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Fri, 26 Apr 2024 11:24:14 +0200 Subject: [PATCH] fix(Token Management): update wording for Save/Apply buttons - "Save for later" -> "Save" - "Apply to my Wallet" -> "Save and apply" Fixes #14519 --- ui/app/AppLayouts/Profile/views/WalletView.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Profile/views/WalletView.qml b/ui/app/AppLayouts/Profile/views/WalletView.qml index 81b8631170..610bbeac80 100644 --- a/ui/app/AppLayouts/Profile/views/WalletView.qml +++ b/ui/app/AppLayouts/Profile/views/WalletView.qml @@ -64,7 +64,8 @@ SettingsContentBase { toast.type: SettingsDirtyToastMessage.Type.Info toast.cancelButtonVisible: manageTokensView.advancedTabVisible toast.saveForLaterButtonVisible: !manageTokensView.advancedTabVisible - toast.saveChangesText: manageTokensView.advancedTabVisible ? toast.defaultSaveChangesText : qsTr("Apply to my Wallet") + toast.saveForLaterText: qsTr("Save") + toast.saveChangesText: manageTokensView.advancedTabVisible ? toast.defaultSaveChangesText : qsTr("Save and apply") toast.changesDetectedText: manageTokensView.advancedTabVisible ? toast.defaultChangesDetectedText : qsTr("New custom sort order created") onSaveForLaterClicked: {