mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(web): missing notification settings translations (#10022)
* chore: missing notification settings translations * chore: admin library tasks description translation
This commit is contained in:
parent
c8f2d994c6
commit
3e118793de
4 changed files with 17 additions and 9 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<MemoriesSettings />
|
||||
</SettingAccordion>
|
||||
|
||||
<SettingAccordion key="notifications" title="Notifications" subtitle="Manage notifications">
|
||||
<SettingAccordion key="notifications" title={$t('notifications')} subtitle={$t('notifications_setting_description')}>
|
||||
<NotificationsSettings />
|
||||
</SettingAccordion>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue