fix: Add missing english translations

This commit is contained in:
Ased Mammad 2024-03-07 20:39:27 +03:30
parent 275a8256bb
commit 3fa5144cf6
6 changed files with 6 additions and 11 deletions

View file

@ -39,7 +39,7 @@
});
if (res) {
users = await getUsers(localStorage.token);
toast.success($i18n.t('Successfully updated'));
toast.success($i18n.t('Successfully updated.'));
}
};