mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
refactor(web): i18n-ize "view asset owners" (#24317)
This commit is contained in:
@@ -610,7 +610,7 @@
|
||||
variant="ghost"
|
||||
shape="round"
|
||||
color="secondary"
|
||||
aria-label="view asset owners"
|
||||
aria-label={$t('view_asset_owners')}
|
||||
icon={mdiAccountEyeOutline}
|
||||
onclick={() => (showAlbumUsers = !showAlbumUsers)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user