mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: i18n
This commit is contained in:
parent
f02959f134
commit
b54cfbadc5
3 changed files with 5 additions and 3 deletions
|
@ -39,7 +39,7 @@ export function UploadBackgroundImageButton() {
|
|||
|
||||
await patchUser({ backgroundImageUrl: path });
|
||||
|
||||
showSuccessToast("Background image updated");
|
||||
showSuccessToast(t("background_image_updated"));
|
||||
await fetchUserDetails();
|
||||
}
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue