Release 1.0.5
M committed
Mar 10, 2020 at 19:17 UTC
3186829115e70fd7c97dee95b63f4b7a748c9798
3 files changed
+3
-3
lib/generated/i18n.dart
+1
-1
@@ -206,7 +206,7 @@ class S implements WidgetsLocalizations {
206
String get sync_status_not_connected => "NOT CONNECTED";
207
String get sync_status_starting_sync => "STARTING SYNC";
208
String get sync_status_syncronized => "SYNCHRONIZED";
209
- String get sync_status_syncronizing => "SYNCRONIZING";
209
+ String get sync_status_syncronizing => "SYNCHRONIZING";
210
String get today => "Today";
211
String get trade_details_created_at => "Created at";
212
String get trade_details_fetching => "Fetching";
pubspec.yaml
+1
-1
@@ -11,7 +11,7 @@ description: Cake Wallet.
11
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12
# Read more about iOS versioning at
13
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14
-version: 1.0.3+1
14
+version: 1.0.4+1
15
16
environment:
17
sdk: ">=2.2.2 <3.0.0"
res/values/strings_en.arb
+1
-1
@@ -300,7 +300,7 @@
300
"hidden_balance" : "Hidden Balance",
301
302
303
- "sync_status_syncronizing" : "SYNCRONIZING",
303
+ "sync_status_syncronizing" : "SYNCHRONIZING",
304
"sync_status_syncronized" : "SYNCHRONIZED",
305
"sync_status_not_connected" : "NOT CONNECTED",
306
"sync_status_starting_sync" : "STARTING SYNC",