feat: i18n

This commit is contained in:
Zamitto 2024-10-22 18:41:42 -03:00
parent f02959f134
commit b54cfbadc5
3 changed files with 5 additions and 3 deletions

View file

@ -39,7 +39,7 @@ export function UploadBackgroundImageButton() {
await patchUser({ backgroundImageUrl: path });
showSuccessToast("Background image updated");
showSuccessToast(t("background_image_updated"));
await fetchUserDetails();
}
} finally {