From ec8267f3412d05c988c9a5ef850080e888cb07c9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 20 Jan 2025 21:56:47 +0100 Subject: [PATCH] make info text better --- .../Settings/AccountSettings/SecurityContent.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/pages/Index/Settings/AccountSettings/SecurityContent.tsx b/src/frontend/src/pages/Index/Settings/AccountSettings/SecurityContent.tsx index 745e102bdc..a17d55c091 100644 --- a/src/frontend/src/pages/Index/Settings/AccountSettings/SecurityContent.tsx +++ b/src/frontend/src/pages/Index/Settings/AccountSettings/SecurityContent.tsx @@ -94,9 +94,13 @@ function EmailSection() { {data.length == 0 ? ( - - Currently no email adreesses are registered - + } + title={t`Not configured`} + color='yellow' + > + Currently no email addresses are registered. + ) : ( - There are no providers connected to this account. + There are no providers connected to this account. ) : (