From f1594a7b36408149a4aa25376ded6c8d2de91862 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Thu, 15 Jun 2023 18:43:36 +0100 Subject: [PATCH] chore: show error on modify account --- external/lang | 2 +- src/controllers/modals/components/ModifyAccount.tsx | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/external/lang b/external/lang index 820e38af..2629e106 160000 --- a/external/lang +++ b/external/lang @@ -1 +1 @@ -Subproject commit 820e38afe5e05af165a33b2dccb906216326480b +Subproject commit 2629e10645bb6f44ccaf809dc5bcbd9495ef6a23 diff --git a/src/controllers/modals/components/ModifyAccount.tsx b/src/controllers/modals/components/ModifyAccount.tsx index 908b2502..44a68c22 100644 --- a/src/controllers/modals/components/ModifyAccount.tsx +++ b/src/controllers/modals/components/ModifyAccount.tsx @@ -161,7 +161,10 @@ export default function ModifyAccount({ + <> + {" "} + {error} + } /> @@ -171,7 +174,8 @@ export default function ModifyAccount({
Changing your username may change your number tag. - You can freely change the case of your username. + You can freely change the case of your username. You + may change your number tag up to once a day.
)}