Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update admin search alert copy #17760

Merged
merged 1 commit into from
May 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/dashboard/src/admin/BlockedEmailDomains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function BlockedEmailDomainsList(props: Props) {
</div>

<Alert type={"info"} closable={false} showIcon={true} className="flex rounded p-2 mb-2 w-full">
Search entries by their repository URL <abbr title="regular expression">RegEx</abbr>.
Search by email domain URL using <abbr title="regular expression">RegEx</abbr>.
</Alert>
<div className="flex flex-col space-y-2">
<div className="px-6 py-3 flex justify-between text-sm text-gray-400 border-t border-b border-gray-200 dark:border-gray-800 mb-2">
Expand Down
2 changes: 1 addition & 1 deletion components/dashboard/src/admin/BlockedRepositories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function BlockedRepositoriesList(props: Props) {
</div>

<Alert type={"info"} closable={false} showIcon={true} className="flex rounded p-2 mb-2 w-full">
Search entries by their repository URL <abbr title="regular expression">RegEx</abbr>.
Search by repository URL using <abbr title="regular expression">RegEx</abbr>.
</Alert>
<div className="flex flex-col space-y-2">
<div className="px-6 py-3 flex justify-between text-sm text-gray-400 border-t border-b border-gray-200 dark:border-gray-800 mb-2">
Expand Down