|
|
|
|
@ -216,7 +216,7 @@ export class CommonService {
|
|
|
|
|
const toast = await this.toastController.create({
|
|
|
|
|
message: message,
|
|
|
|
|
showCloseButton: true,
|
|
|
|
|
position: 'middle',
|
|
|
|
|
position: 'top',
|
|
|
|
|
duration: 2000,
|
|
|
|
|
closeButtonText: this.ts.trPK('general', 'close')
|
|
|
|
|
});
|
|
|
|
|
@ -235,7 +235,7 @@ export class CommonService {
|
|
|
|
|
const toast = await this.toastController.create({
|
|
|
|
|
message: message,
|
|
|
|
|
showCloseButton: true,
|
|
|
|
|
position: 'middle',
|
|
|
|
|
position: 'top',
|
|
|
|
|
duration: 2000,
|
|
|
|
|
color: 'danger',
|
|
|
|
|
closeButtonText: this.ts.trPK('general', 'close')
|
|
|
|
|
@ -246,7 +246,7 @@ export class CommonService {
|
|
|
|
|
const toast = await this.toastController.create({
|
|
|
|
|
message: message,
|
|
|
|
|
showCloseButton: true,
|
|
|
|
|
position: 'middle',
|
|
|
|
|
position: 'top',
|
|
|
|
|
duration: 2000,
|
|
|
|
|
color: 'success',
|
|
|
|
|
closeButtonText: this.ts.trPK('general', 'close')
|
|
|
|
|
|