Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/app/pages/home/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ export class HomePage {
})
.subscribe(
rs => {
localStorage.setItem('firstInstall', 'true');
},
err => {
this.logger.error('Error save device:', err);
Expand All @@ -737,14 +738,14 @@ export class HomePage {
})
.subscribe(
rs => {
localStorage.setItem('firstInstall', 'true');
},
err => {
this.logger.error('Error save device:', err);
}
);
}
});
localStorage.setItem('firstInstall', 'true');
}
}
}
3 changes: 2 additions & 1 deletion src/app/pages/wallets/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 !"
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/vi.po
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down