fix(frontend): correct wording in own member alert

This commit is contained in:
sam 2024-09-29 21:32:09 +02:00
parent 0bdd0148d2
commit 19bfee6203
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ export default function MemberPage() {
<Trans t={t} i18nKey="member.own-profile-alert" values={{ memberName: member.name }}> <Trans t={t} i18nKey="member.own-profile-alert" values={{ memberName: member.name }}>
You are currently viewing the <strong>public</strong> profile of {{ memberName }}. You are currently viewing the <strong>public</strong> profile of {{ memberName }}.
<br /> <br />
<Link to={`/settings/profile/${member.id}`}>Edit your profile</Link> <Link to={`/settings/profile/${member.id}`}>Edit profile</Link>
</Trans> </Trans>
</Alert> </Alert>
)} )}

View file

@ -42,7 +42,7 @@
}, },
"member": { "member": {
"avatar-alt": "Avatar for {{name}}", "avatar-alt": "Avatar for {{name}}",
"own-profile-alert": "You are currently viewing the <1>public</1> profile of {{memberName}}.<5></5><6>Edit your profile</6>", "own-profile-alert": "You are currently viewing the <1>public</1> profile of {{memberName}}.<5></5><6>Edit profile</6>",
"back": "Back to {{name}}" "back": "Back to {{name}}"
}, },
"log-in": { "log-in": {