fix(front): translated edit link for user profile

This commit is contained in:
ArneBo 2025-04-09 14:54:47 +02:00
parent d0accfc289
commit 8d775fc5ed
2 changed files with 2 additions and 1 deletions

View File

@ -4070,6 +4070,7 @@
"link": { "link": {
"activity": "Activity", "activity": "Activity",
"domainView": "View on {domain}", "domainView": "View on {domain}",
"edit": "Edit profile",
"moderation": "Open in moderation interface", "moderation": "Open in moderation interface",
"overview": "Overview", "overview": "Overview",
"manageUploads": "Manage uploads" "manageUploads": "Manage uploads"

View File

@ -118,7 +118,7 @@ const isOpen = useModal('artist-description').isOpen
<Header <Header
:h1="props.username" :h1="props.username"
:action="{ :action="{
text:'Edit profile', text: t('views.auth.ProfileBase.link.edit'),
// @ts-ignore // @ts-ignore
to:'/settings', to:'/settings',
// @ts-ignore // @ts-ignore