Skip to content

Commit

Permalink
Update breadcrum to Create a workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Jun 6, 2024
1 parent 9cfa436 commit 9bc93db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const WorkspaceCreatorApp = (props: WorkspaceCreatorProps) => {
chrome?.setBreadcrumbs([
{
text: i18n.translate('workspace.workspaceCreateTitle', {
defaultMessage: 'Create workspace',
defaultMessage: 'Create a workspace',
}),
},
]);
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/workspace/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class WorkspacePlugin implements Plugin<{}, {}, WorkspacePluginSetupDeps>
core.application.register({
id: WORKSPACE_CREATE_APP_ID,
title: i18n.translate('workspace.settings.workspaceCreate', {
defaultMessage: 'Create Workspace',
defaultMessage: 'Create a workspace',
}),
navLinkStatus: AppNavLinkStatus.hidden,
async mount(params: AppMountParameters) {
Expand Down

0 comments on commit 9bc93db

Please sign in to comment.