mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor(web): i18n-ize "view asset owners" (#24317)
This commit is contained in:
@@ -2192,6 +2192,7 @@
|
|||||||
"view_album": "View Album",
|
"view_album": "View Album",
|
||||||
"view_all": "View All",
|
"view_all": "View All",
|
||||||
"view_all_users": "View all users",
|
"view_all_users": "View all users",
|
||||||
|
"view_asset_owners": "View asset owners",
|
||||||
"view_details": "View Details",
|
"view_details": "View Details",
|
||||||
"view_in_timeline": "View in timeline",
|
"view_in_timeline": "View in timeline",
|
||||||
"view_link": "View link",
|
"view_link": "View link",
|
||||||
|
|||||||
+1
-1
@@ -610,7 +610,7 @@
|
|||||||
variant="ghost"
|
variant="ghost"
|
||||||
shape="round"
|
shape="round"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
aria-label="view asset owners"
|
aria-label={$t('view_asset_owners')}
|
||||||
icon={mdiAccountEyeOutline}
|
icon={mdiAccountEyeOutline}
|
||||||
onclick={() => (showAlbumUsers = !showAlbumUsers)}
|
onclick={() => (showAlbumUsers = !showAlbumUsers)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user