Apply suggestion from @CommanderStorm
This commit is contained in:
parent
b11a1d7765
commit
28b40df577
@ -401,7 +401,7 @@ export default {
|
||||
* @returns {void}
|
||||
*/
|
||||
toastWarning(msg) {
|
||||
toast.warning(msg);
|
||||
toast.warning(this.$t(msg));
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user