We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789c0ca commit 3fbefbdCopy full SHA for 3fbefbd
x-pack/legacy/plugins/apm/public/components/shared/KueryBar/index.tsx
@@ -79,7 +79,7 @@ export function KueryBar() {
79
const disabled = /\/service-map$/.test(location.pathname);
80
const disabledPlaceholder = i18n.translate(
81
'xpack.apm.kueryBar.disabledPlaceholder',
82
- { defaultMessage: 'Search is not available for service maps' }
+ { defaultMessage: 'Search is not available for service map' }
83
);
84
85
async function onChange(inputValue: string, selectionStart: number) {
0 commit comments