From df72344d3c03a49b648c1d6f4e8ddde7aab40ab1 Mon Sep 17 00:00:00 2001 From: Philipp Trulson Date: Wed, 1 Jul 2020 09:34:36 +0200 Subject: [PATCH] Add space after comma for placeholder text (#25931) --- public/app/features/admin/UserListAdminPage.tsx | 2 +- public/app/features/users/UsersActionBar.tsx | 2 +- .../users/__snapshots__/UsersActionBar.test.tsx.snap | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/app/features/admin/UserListAdminPage.tsx b/public/app/features/admin/UserListAdminPage.tsx index 6e7099144ae..8c676cccdf4 100644 --- a/public/app/features/admin/UserListAdminPage.tsx +++ b/public/app/features/admin/UserListAdminPage.tsx @@ -45,7 +45,7 @@ const UserListAdminPageUnConnected: React.FC = props => { { inputClassName="gf-form-input width-20" value={searchQuery} onChange={setUsersSearchQuery} - placeholder="Search user by login,email or name" + placeholder="Search user by login, email or name" /> {pendingInvitesCount > 0 && (
diff --git a/public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap b/public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap index e3499bf6785..484356e654d 100644 --- a/public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap +++ b/public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap @@ -11,7 +11,7 @@ exports[`Render should render component 1`] = ` inputClassName="gf-form-input width-20" labelClassName="gf-form--has-input-icon" onChange={[MockFunction]} - placeholder="Search user by login,email or name" + placeholder="Search user by login, email or name" value="" />