mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Release 1.0.5
This commit is contained in:
parent
0616b04ab9
commit
3186829115
3 changed files with 3 additions and 3 deletions
|
@ -206,7 +206,7 @@ class S implements WidgetsLocalizations {
|
|||
String get sync_status_not_connected => "NOT CONNECTED";
|
||||
String get sync_status_starting_sync => "STARTING SYNC";
|
||||
String get sync_status_syncronized => "SYNCHRONIZED";
|
||||
String get sync_status_syncronizing => "SYNCRONIZING";
|
||||
String get sync_status_syncronizing => "SYNCHRONIZING";
|
||||
String get today => "Today";
|
||||
String get trade_details_created_at => "Created at";
|
||||
String get trade_details_fetching => "Fetching";
|
||||
|
|
|
@ -11,7 +11,7 @@ description: Cake Wallet.
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.3+1
|
||||
version: 1.0.4+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.2.2 <3.0.0"
|
||||
|
|
|
@ -300,7 +300,7 @@
|
|||
"hidden_balance" : "Hidden Balance",
|
||||
|
||||
|
||||
"sync_status_syncronizing" : "SYNCRONIZING",
|
||||
"sync_status_syncronizing" : "SYNCHRONIZING",
|
||||
"sync_status_syncronized" : "SYNCHRONIZED",
|
||||
"sync_status_not_connected" : "NOT CONNECTED",
|
||||
"sync_status_starting_sync" : "STARTING SYNC",
|
||||
|
|
Loading…
Reference in a new issue