mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 18:06:30 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -133,9 +133,7 @@ export const useSyncSettingsToMain = () => {
|
||||
|
||||
// Show restart toast if there were differences
|
||||
if (hasDifferences) {
|
||||
openRestartRequiredToast(
|
||||
i18n.t('error.settingsSyncError', { postProcess: 'sentenceCase' }),
|
||||
);
|
||||
openRestartRequiredToast(i18n.t('error.settingsSyncError'));
|
||||
}
|
||||
})();
|
||||
}, 5000);
|
||||
|
||||
Reference in New Issue
Block a user