mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
feat: i18n
This commit is contained in:
@@ -39,7 +39,7 @@ export function UploadBackgroundImageButton() {
|
||||
|
||||
await patchUser({ backgroundImageUrl: path });
|
||||
|
||||
showSuccessToast("Background image updated");
|
||||
showSuccessToast(t("background_image_updated"));
|
||||
await fetchUserDetails();
|
||||
}
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user