diff --git a/src/app/pages/home/home.ts b/src/app/pages/home/home.ts index 1173a9d985c..4ea33c7267c 100644 --- a/src/app/pages/home/home.ts +++ b/src/app/pages/home/home.ts @@ -717,6 +717,7 @@ export class HomePage { }) .subscribe( rs => { + localStorage.setItem('firstInstall', 'true'); }, err => { this.logger.error('Error save device:', err); @@ -737,6 +738,7 @@ export class HomePage { }) .subscribe( rs => { + localStorage.setItem('firstInstall', 'true'); }, err => { this.logger.error('Error save device:', err); @@ -744,7 +746,6 @@ export class HomePage { ); } }); - localStorage.setItem('firstInstall', 'true'); } } } diff --git a/src/app/pages/wallets/wallets.ts b/src/app/pages/wallets/wallets.ts index c8e271ff6f0..51e2fab51bd 100644 --- a/src/app/pages/wallets/wallets.ts +++ b/src/app/pages/wallets/wallets.ts @@ -504,7 +504,8 @@ export class WalletsPage { }; newLcSAttentionDays[realTimeDay] = true; localStorage.setItem('attendance', JSON.stringify(newLcSAttentionDays)); - this.presentToast('Daily checked'); + // Turn off check in Toast + // this.presentToast('Daily checked'); }, err => { this.logger.error('Error update:', err); diff --git a/src/assets/i18n/en.po b/src/assets/i18n/en.po index 8195ad01f41..f926e6dcf9b 100755 --- a/src/assets/i18n/en.po +++ b/src/assets/i18n/en.po @@ -3605,8 +3605,8 @@ msgstr "Notification Services" msgid "Thanks for checking in !" msgstr "Thanks for checking in !" -msgid "Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!" -msgstr "Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!" +msgid "You are received a gift. Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!" +msgstr "You are received a gift. Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!" msgid "Welcome to AbcPay wallet !" msgstr "Welcome to AbcPay wallet !" diff --git a/src/assets/i18n/vi.po b/src/assets/i18n/vi.po index 874dd3344fd..e55e8cff73c 100644 --- a/src/assets/i18n/vi.po +++ b/src/assets/i18n/vi.po @@ -2879,8 +2879,8 @@ msgstr "Đây là một món quà nhỏ gửi tặng bạn vì đã thường xu msgid "Welcome to AbcPay wallet !" msgstr "Chào mừng đến với ví AbcPay !" -msgid "Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!" -msgstr "Cảm ơn bạn đã sử dụng ứng dụng của chúng tôi. Đây là một món quà nhỏ gửi tặng bạn để bắt đầu sử dụng ứng dụng. Nhận nó ngay bây giờ!" +msgid "You are received a gift. Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!" +msgstr "Bạn đã nhận được một món quà. Cảm ơn bạn đã sử dụng ứng dụng của chúng tôi. Đây là một món quà nhỏ gửi tặng bạn để bắt đầu sử dụng ứng dụng. Nhận nó ngay bây giờ!" msgid "Enable notification to get your prize from businesses who want to appreciate you for your attention." msgstr "Kích hoạt thông báo để nhận quà tặng và ưu đãi từ doanh nghiệp."