fix(frontend): correct wording in own member alert
This commit is contained in:
parent
0bdd0148d2
commit
19bfee6203
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ export default function MemberPage() {
|
|||
<Trans t={t} i18nKey="member.own-profile-alert" values={{ memberName: member.name }}>
|
||||
You are currently viewing the <strong>public</strong> profile of {{ memberName }}.
|
||||
<br />
|
||||
<Link to={`/settings/profile/${member.id}`}>Edit your profile</Link>
|
||||
<Link to={`/settings/profile/${member.id}`}>Edit profile</Link>
|
||||
</Trans>
|
||||
</Alert>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue