Skip to content

Commit

Permalink
[7.x] Removing duplicate string in search dropdown (#77429) (#77502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Yasonik authored Sep 15, 2020
1 parent 8180917 commit 08a99d0
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 08a99d0

Please sign in to comment.