Skip to content

Commit cbef2c5

Browse files
committed
Update TUI to from 'at' to 'from'.
1 parent 09c52c9 commit cbef2c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datashuttle/tui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def compose(self) -> ComposeResult:
5858
),
5959
Button("Make New Project", id="mainwindow_new_project_button"),
6060
Button(
61-
"Validate Project at Path",
61+
"Validate Project From Path",
6262
id="mainwindow_validate_from_project_path",
6363
),
6464
Button("Settings", id="mainwindow_settings_button"),

datashuttle/tui/shared/validate_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class ValidateContent(Container):
3030
"""A container containing widgets for project validation.
3131
32-
This is shared between the Validate Project from Path
32+
This is shared between the Validate Project From Path
3333
and validation tab on the project manager. It takes a similar
3434
approach to ConfigsContent.
3535

docs/source/pages/get_started/quick-validate-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to any problematic folders.
1414
:sync: gui
1515

1616
To quickly validate a project, start the terminal user interface with
17-
``datashuttle launch`` and click ``Validate Project at Path``.
17+
``datashuttle launch`` and click ``Validate Project From Path``.
1818

1919
The screen below will show. To validate an existing project,
2020
enter the full filepath to the project folder in the top input box

0 commit comments

Comments
 (0)