Move some strings to ftl files (#6203)

This commit is contained in:
Morbo
2022-01-17 04:59:05 +03:00
committed by GitHub
parent fc8da53fba
commit 9897bf62e1
6 changed files with 18 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
HorizontalExpand="True"
HorizontalAlignment="Left" />
<Button Name="WithdrawButton"
Text="Withdraw"
Text="{Loc 'uplink-user-interface-withdraw-button'}"
HorizontalAlignment="Right"
MinWidth="64"/>
</BoxContainer>