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. ) : (