CAKE-194 | fixed string resources

Oleksandr Sobol committed Nov 27, 2020 at 23:16 UTC cc9cb9001d9eba43a667e231d5fb53e965d27661
2 files changed +2 -2
lib/generated/i18n.dart
+1 -1
@@ -134,7 +134,7 @@ class S implements WidgetsLocalizations {
134 String get please_select => "Please select:";
135 String get please_try_to_connect_to_another_node => "Please try to connect to another node";
136 String get pre_seed_button_text => "I understand. Show me my seed";
137 - String get pre_seed_description => "On the next page you will see a series of 25 words. This is your unique and private seed and it is the ONLY way to recover your wallet in case of loss or malfunction. It is YOUR responsibility to write it down and store it in a safe place outside of the ____________ app.";
137 + String get pre_seed_description => "On the next page you will see a series of 25 words. This is your unique and private seed and it is the ONLY way to recover your wallet in case of loss or malfunction. It is YOUR responsibility to write it down and store it in a safe place outside of the Cake Wallet app.";
138 String get pre_seed_title => "IMPORTANT";
139 String get private_key => "Private key";
140 String get public_key => "Public key";
res/values/strings_en.arb
+1 -1
@@ -411,6 +411,6 @@
411
412
413 "pre_seed_title" : "IMPORTANT",
414 - "pre_seed_description" : "On the next page you will see a series of 25 words. This is your unique and private seed and it is the ONLY way to recover your wallet in case of loss or malfunction. It is YOUR responsibility to write it down and store it in a safe place outside of the ____________ app.",
414 + "pre_seed_description" : "On the next page you will see a series of 25 words. This is your unique and private seed and it is the ONLY way to recover your wallet in case of loss or malfunction. It is YOUR responsibility to write it down and store it in a safe place outside of the Cake Wallet app.",
415 "pre_seed_button_text" : "I understand. Show me my seed"
416 }
\ No newline at end of file