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

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'));
}
};