Skip to content

Commit

Permalink
Merge branch '2.16-get-start-card' of github.com:yubonluo/OpenSearch-…
Browse files Browse the repository at this point in the history
…Dashboards into 2.16-get-start-card
  • Loading branch information
yubonluo committed Jul 21, 2024
2 parents f4930de + 9a09024 commit 645842d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/7333.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
feat:
- [Workspace] Register four get started cards in home page ([#7333](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7333))
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const UseCaseFooter = ({

if (filterWorkspaces.length === 0) {
const modalHeaderTitle = i18n.translate('useCase.footer.modal.headerTitle', {
defaultMessage: isDashboardAdmin ? ' ' : 'Unable to create workspace',
defaultMessage: isDashboardAdmin ? 'No workspaces found' : 'Unable to create workspace',
});
const modalBodyContent = i18n.translate('useCase.footer.modal.bodyContent', {
defaultMessage: isDashboardAdmin
Expand Down

0 comments on commit 645842d

Please sign in to comment.