Localize Refund Button (#39346)

* Localize Refund Button

* Requested changes
This commit is contained in:
Zeneganto
2025-08-03 21:15:25 +10:00
committed by GitHub
parent bf6581972d
commit 819e342a4f
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
Name="RefundButton" Name="RefundButton"
MinWidth="64" MinWidth="64"
HorizontalAlignment="Right" HorizontalAlignment="Right"
Text="Refund" /> Text="{Loc 'store-ui-refund-text'}" />
</BoxContainer> </BoxContainer>
<LineEdit Name="SearchBar" Margin="4" PlaceHolder="Search" HorizontalExpand="True"/> <LineEdit Name="SearchBar" Margin="4" PlaceHolder="Search" HorizontalExpand="True"/>
<PanelContainer VerticalExpand="True"> <PanelContainer VerticalExpand="True">

View File

@@ -1,5 +1,6 @@
store-ui-default-title = Store store-ui-default-title = Store
store-ui-default-withdraw-text = Withdraw store-ui-default-withdraw-text = Withdraw
store-ui-refund-text = Refund
store-ui-balance-display = {$currency}: {$amount} store-ui-balance-display = {$currency}: {$amount}
store-ui-price-display = {$amount} {$currency} store-ui-price-display = {$amount} {$currency}
store-ui-discount-display-with-currency = {$amount} off on {$currency} store-ui-discount-display-with-currency = {$amount} off on {$currency}