fix(web): translations (#10021)

This commit is contained in:
Michel Heusschen 2024-06-07 13:23:13 +02:00 committed by GitHub
parent f2148ddf03
commit c8f2d994c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 73 additions and 36 deletions

View file

@ -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 {