Fixed typo. Changed build number for ios.

M committed May 10, 2021 at 14:57 UTC d781e3efbe14295079b7f757dd9210cda31d4de1
2 files changed +4 -4
ios/Runner.xcodeproj/project.pbxproj
+3 -3
@@ -362,7 +362,7 @@
362 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
363 CLANG_ENABLE_MODULES = YES;
364 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
365 - CURRENT_PROJECT_VERSION = 36;
365 + CURRENT_PROJECT_VERSION = 37;
366 DEVELOPMENT_TEAM = 32J6BB6VUS;
367 ENABLE_BITCODE = NO;
368 FRAMEWORK_SEARCH_PATHS = (
@@ -505,7 +505,7 @@
505 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
506 CLANG_ENABLE_MODULES = YES;
507 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
508 - CURRENT_PROJECT_VERSION = 36;
508 + CURRENT_PROJECT_VERSION = 37;
509 DEVELOPMENT_TEAM = 32J6BB6VUS;
510 ENABLE_BITCODE = NO;
511 FRAMEWORK_SEARCH_PATHS = (
@@ -540,7 +540,7 @@
540 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
541 CLANG_ENABLE_MODULES = YES;
542 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
543 - CURRENT_PROJECT_VERSION = 36;
543 + CURRENT_PROJECT_VERSION = 37;
544 DEVELOPMENT_TEAM = 32J6BB6VUS;
545 ENABLE_BITCODE = NO;
546 FRAMEWORK_SEARCH_PATHS = (
res/values/strings_en.arb
+1 -1
@@ -170,7 +170,7 @@
170 "restore_wallet_restore_description" : "Wallet restore description",
171 "restore_new_seed" : "New seed",
172 "restore_active_seed" : "Active seed",
173 - "restore_bitcoin_description_from_seed" : "Restore your wallet from 12 word combination code",
173 + "restore_bitcoin_description_from_seed" : "Restore your wallet from 24 word combination code",
174 "restore_bitcoin_description_from_keys" : "Restore your wallet from generated WIF string from your private keys",
175 "restore_bitcoin_title_from_keys" : "Restore from WIF",
176 "restore_from_date_or_blockheight" : "Please enter a date a few days before you created this wallet. Or if you know the blockheight, please enter it instead",