From 819e342a4f4dfef0953ebfc76a030a196765ce0c Mon Sep 17 00:00:00 2001 From: Zeneganto Date: Sun, 3 Aug 2025 21:15:25 +1000 Subject: [PATCH] Localize Refund Button (#39346) * Localize Refund Button * Requested changes --- Content.Client/Store/Ui/StoreMenu.xaml | 2 +- Resources/Locale/en-US/store/store.ftl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Client/Store/Ui/StoreMenu.xaml b/Content.Client/Store/Ui/StoreMenu.xaml index 843c9dc029..1ee86a5a68 100644 --- a/Content.Client/Store/Ui/StoreMenu.xaml +++ b/Content.Client/Store/Ui/StoreMenu.xaml @@ -21,7 +21,7 @@ Name="RefundButton" MinWidth="64" HorizontalAlignment="Right" - Text="Refund" /> + Text="{Loc 'store-ui-refund-text'}" /> diff --git a/Resources/Locale/en-US/store/store.ftl b/Resources/Locale/en-US/store/store.ftl index a0b349e6a2..6fce1bcaa0 100644 --- a/Resources/Locale/en-US/store/store.ftl +++ b/Resources/Locale/en-US/store/store.ftl @@ -1,5 +1,6 @@ store-ui-default-title = Store store-ui-default-withdraw-text = Withdraw +store-ui-refund-text = Refund store-ui-balance-display = {$currency}: {$amount} store-ui-price-display = {$amount} {$currency} store-ui-discount-display-with-currency = {$amount} off on {$currency}