mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): translations (#10021)
This commit is contained in:
parent
f2148ddf03
commit
c8f2d994c6
16 changed files with 73 additions and 36 deletions
|
|
@ -315,7 +315,7 @@
|
|||
await handleDeleteAlbum(albumToDelete);
|
||||
} catch {
|
||||
notificationController.show({
|
||||
message: $t('errors.errors.unable_to_delete_album'),
|
||||
message: $t('errors.unable_to_delete_album'),
|
||||
type: NotificationType.Error,
|
||||
});
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue