Skip to content

Commit

Permalink
Change new project text (#11152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley authored Sep 23, 2024
1 parent 3941634 commit 3f748fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/dashboard/e2e/actions/DrivePageActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export default class DrivePageActions extends PageActions {
/** Create a new empty project. */
newEmptyProject() {
return this.step('Create empty project', (page) =>
page.getByText(TEXT.newEmptyProject).click(),
page.getByText(TEXT.newEmptyProject, { exact: true }).click(),
).into(EditorPageActions)
}

Expand Down
2 changes: 1 addition & 1 deletion app/dashboard/src/layouts/Samples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const SAMPLES: Sample[] = [
{
title: 'New Project',
id: 'Default',
description: 'Start with a blank workflow.',
description: '',
background: `url("${BlankImage}") center / cover`,
group: 'Get Started',
},
Expand Down
2 changes: 1 addition & 1 deletion app/ide-desktop/common/src/text/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"newDatalink": "New Datalink",
"newSecret": "New Secret",
"newLabel": "New Label",
"newEmptyProject": "New Empty Project",
"newEmptyProject": "New Project",

"stopExecution": "Stop execution",
"openInEditor": "Open in editor",
Expand Down

0 comments on commit 3f748fd

Please sign in to comment.