Skip to content

Commit f66fbaa

Browse files
authored
Merge pull request #567 from soramitsu/develop
develop
2 parents 678424a + 756c1fe commit f66fbaa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
// App version
44
versionName = '2.0.5'
5-
versionCode = 65
5+
versionCode = 66
66

77
// SDK and tools
88
compileSdkVersion = 31

common/src/main/res/values-ru/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,12 +588,12 @@
588588
<string name="moonbeam_location_unsupported_error">К сожалению, вы не можете участвовать в кампании Moonbeam Crowdloan Campaign из-за вашего местоположения.</string>
589589
<string name="tabbar_crowdloan_attention">Пожалуйста, проверьте вкладку Краудлоны \n Требуется внимание</string>
590590
<string name="common_max">Все</string>
591-
<string name="wallet_receive_navigation_title">Получить %@</string>
591+
<string name="wallet_receive_navigation_title">Получить %s</string>
592592
<string name="assetdetails_balance_total">Всего</string>
593593
<string name="assetdetails_balance_transferable">Доступно</string>
594594
<string name="assetdetails_balance_locked">Заблокировано</string>
595595
<string name="assetdetails_balance_title">Баланс</string>
596-
<string name="wallet_send_navigation_title">Перевести %@</string>
596+
<string name="wallet_send_navigation_title">Перевести %s</string>
597597
<string name="profile_wallets_title">Кошельки</string>
598598
<string name="settings_add_wallet">Добавить кошелёк</string>
599599
<string name="onboarding_create_wallet">Создать кошелёк</string>

common/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ Please note that this signing transaction will be subject to transaction fees on
570570
<string name="substrate_secret_derivation_path">Substrate secret derivation path
571571
</string>
572572
<string name="ethereum_secret_derivation_path">Ethereum secret derivation path</string>
573-
<string name="example">Example: %@</string>
573+
<string name="example">Example: %s</string>
574574
<string name="pincode_setup_top_title">Setup pin code</string>
575575
<string name="confirm_mnemonic_mismatch_error_message_2_0">Invalid mnemonic passphrase, please check one more time the words order</string>
576576
<string name="share_referral_code">Share referral code</string>
@@ -584,12 +584,12 @@ Please note that this signing transaction will be subject to transaction fees on
584584
<string name="moonbeam_location_unsupported_error">Unfortunately it appears that you might be ineligible to participate in the Moonbeam Crowdloan Campaign due to your detected location.</string>
585585
<string name="tabbar_crowdloan_attention">Please check the Crowdloans tab\nAttention required</string>
586586
<string name="common_max">max</string>
587-
<string name="wallet_receive_navigation_title">Receive %@</string>
587+
<string name="wallet_receive_navigation_title">Receive %s</string>
588588
<string name="assetdetails_balance_total">Total</string>
589589
<string name="assetdetails_balance_transferable">Transferable</string>
590590
<string name="assetdetails_balance_locked">Locked</string>
591591
<string name="assetdetails_balance_title">Your balance</string>
592-
<string name="wallet_send_navigation_title">Send %@</string>
592+
<string name="wallet_send_navigation_title">Send %s</string>
593593
<string name="profile_wallets_title">Wallets</string>
594594
<string name="settings_add_wallet">Add wallet</string>
595595
<string name="onboarding_create_wallet">Create wallet</string>

0 commit comments

Comments
 (0)