Skip to content

Commit 3fbefbd

Browse files
committed
update disabled kuery bar placeholder text for service map
1 parent 789c0ca commit 3fbefbd

File tree

1 file changed

+1
-1
lines changed
  • x-pack/legacy/plugins/apm/public/components/shared/KueryBar

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/apm/public/components/shared/KueryBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function KueryBar() {
7979
const disabled = /\/service-map$/.test(location.pathname);
8080
const disabledPlaceholder = i18n.translate(
8181
'xpack.apm.kueryBar.disabledPlaceholder',
82-
{ defaultMessage: 'Search is not available for service maps' }
82+
{ defaultMessage: 'Search is not available for service map' }
8383
);
8484

8585
async function onChange(inputValue: string, selectionStart: number) {

0 commit comments

Comments
 (0)