Skip to content

Commit

Permalink
[Page Header] Update the title of recent menu (#8529)
Browse files Browse the repository at this point in the history
* Update the title of header recent menu

Signed-off-by: Kapian1234 <[email protected]>

* Changeset file for PR #8529 created/updated

---------

Signed-off-by: Kapian1234 <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 615d7d4 commit 155ac7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/8529.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Update the title of header recent menu ([#8529](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8529))
6 changes: 5 additions & 1 deletion src/core/public/chrome/ui/header/recent_items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,11 @@ export const RecentItems = ({
style={{ maxHeight: '35vh', overflow: 'auto' }}
>
<EuiTitle size="xxs">
<h4>Recent</h4>
<h4>
{i18n.translate('core.header.recent.title', {
defaultMessage: 'Recent assets',
})}
</h4>
</EuiTitle>
<EuiSpacer size="s" />
{selectedRecentsItems.length > 0 ? (
Expand Down

0 comments on commit 155ac7a

Please sign in to comment.