Skip to content

Commit

Permalink
Bug 1978222: make Users list empty state message more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Jul 7, 2021
1 parent a966bcb commit 3e9d78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/components/user.tsx
Expand Up @@ -77,7 +77,7 @@ const NoDataEmptyMsg = () => {
const { t } = useTranslation();
return (
<MsgBox
title={t('public~No Users found')}
title={t('public~No Users that have logged in found')}
detail={
<>
<p>
Expand Down
1 change: 1 addition & 0 deletions frontend/public/locales/en/public.json
Expand Up @@ -1441,6 +1441,7 @@
"Collapse": "Collapse",
"Impersonate User {{name}}": "Impersonate User {{name}}",
"No Users found": "No Users found",
"No Users that have logged in found": "No Users that have logged in found",
"Add identity providers (IDPs) to the OAuth configuration to allow others to log in.": "Add identity providers (IDPs) to the OAuth configuration to allow others to log in.",
"Add IDP": "Add IDP",
"Full name": "Full name",
Expand Down

0 comments on commit 3e9d78c

Please sign in to comment.