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}