Merge pull request #14149 from silentoplayz/i18n-fix

fix: $i18n.t fix
This commit is contained in:
Tim Jaeryang Baek 2025-05-22 11:49:09 +04:00 committed by GitHub
commit a935e375f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@
if (res) {
saveHandler();
} else {
toast.error(i18n.t('Failed to update settings'));
toast.error($i18n.t('Failed to update settings'));
}
};