This commit is contained in:
Mariano Conti
2016-04-20 22:03:53 -03:00
parent dd5d4480f8
commit a41c725337

View File

@ -35,7 +35,7 @@ class ApiPage {
showToastWithCloseButton() { showToastWithCloseButton() {
const toast = Toast.create({ const toast = Toast.create({
message: 'Your internet connection appears to be offline. Data integrity is not gauranteed.', message: 'Your internet connection appears to be offline. Data integrity is not guaranteed.',
showCloseButton: true, showCloseButton: true,
closeButtonText: 'Ok' closeButtonText: 'Ok'
}); });