fix(front): translated edit link for user profile
This commit is contained in:
parent
d0accfc289
commit
8d775fc5ed
|
@ -4070,6 +4070,7 @@
|
|||
"link": {
|
||||
"activity": "Activity",
|
||||
"domainView": "View on {domain}",
|
||||
"edit": "Edit profile",
|
||||
"moderation": "Open in moderation interface",
|
||||
"overview": "Overview",
|
||||
"manageUploads": "Manage uploads"
|
||||
|
|
|
@ -118,7 +118,7 @@ const isOpen = useModal('artist-description').isOpen
|
|||
<Header
|
||||
:h1="props.username"
|
||||
:action="{
|
||||
text:'Edit profile',
|
||||
text: t('views.auth.ProfileBase.link.edit'),
|
||||
// @ts-ignore
|
||||
to:'/settings',
|
||||
// @ts-ignore
|
||||
|
|
Loading…
Reference in New Issue