Apply suggestion from @CommanderStorm

This commit is contained in:
Frank Elsinga 2026-01-18 17:36:57 +01:00 committed by GitHub
parent b11a1d7765
commit 28b40df577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -401,7 +401,7 @@ export default {
* @returns {void}
*/
toastWarning(msg) {
toast.warning(msg);
toast.warning(this.$t(msg));
},
/**