fix(front): translated edit link for user profile
This commit is contained in:
parent
d0accfc289
commit
8d775fc5ed
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue