From 19bfee62032f2ac94689dbc5bea4f0a5258f29a8 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 29 Sep 2024 21:32:09 +0200 Subject: [PATCH] fix(frontend): correct wording in own member alert --- Foxnouns.Frontend/app/routes/$username_.$member/route.tsx | 2 +- Foxnouns.Frontend/public/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Foxnouns.Frontend/app/routes/$username_.$member/route.tsx b/Foxnouns.Frontend/app/routes/$username_.$member/route.tsx index d463fbf..2cb2a41 100644 --- a/Foxnouns.Frontend/app/routes/$username_.$member/route.tsx +++ b/Foxnouns.Frontend/app/routes/$username_.$member/route.tsx @@ -41,7 +41,7 @@ export default function MemberPage() { You are currently viewing the public profile of {{ memberName }}.
- Edit your profile + Edit profile
)} diff --git a/Foxnouns.Frontend/public/locales/en.json b/Foxnouns.Frontend/public/locales/en.json index 52464b5..18a9cf7 100644 --- a/Foxnouns.Frontend/public/locales/en.json +++ b/Foxnouns.Frontend/public/locales/en.json @@ -42,7 +42,7 @@ }, "member": { "avatar-alt": "Avatar for {{name}}", - "own-profile-alert": "You are currently viewing the <1>public profile of {{memberName}}.<5><6>Edit your profile", + "own-profile-alert": "You are currently viewing the <1>public profile of {{memberName}}.<5><6>Edit profile", "back": "Back to {{name}}" }, "log-in": {