Skip to content

Commit

Permalink
Removing duplicate string in search dropdown (#77429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Yasonik authored Sep 15, 2020
1 parent e6d6751 commit 274a2e6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions x-pack/plugins/global_search_bar/public/components/search_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,6 @@ export function SearchBar({ globalSearch, navigateToUrl }: Props) {
),
}}
/>
<FormattedMessage
id="xpack.globalSearchBar.searchBar.shortcut"
defaultMessage="{what}{how}"
values={{
what: <EuiFlexItem grow={false}>Shortcut</EuiFlexItem>,
how: (
<EuiFlexItem grow={false}>
<EuiBadge>{isMac ? 'Command + /' : 'Control + /'}</EuiBadge>
</EuiFlexItem>
),
}}
/>
</EuiFlexGroup>
</EuiText>
}
Expand Down

0 comments on commit 274a2e6

Please sign in to comment.