From f5d71aebb41e155f8b0f10ba2dcbfc4f4451305b Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 10 May 2024 15:24:20 +0200 Subject: [PATCH] Add successful profile edit message --- packages/translation/src/lang/en.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/translation/src/lang/en.ts b/packages/translation/src/lang/en.ts index 836792926..c0e7507d3 100644 --- a/packages/translation/src/lang/en.ts +++ b/packages/translation/src/lang/en.ts @@ -1056,6 +1056,12 @@ export default { section: { profile: { title: "Profile", + editProfile: { + title: "Edit profile", + message: { + profileUpdated: "Updated profile", + }, + }, }, preferences: { title: "Preferences",