refactor(web): i18n-ize "view asset owners" (#24317)

This commit is contained in:
idubnori
2025-12-02 00:01:57 +09:00
committed by GitHub
parent fa43fae2a5
commit 65e4fdf98d
2 changed files with 2 additions and 1 deletions

View File

@@ -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)}
/>