Skip to content

Commit a679545

Browse files
committed
Clean up button text for better readability
Signed-off-by: Brianna Major <brianna.major@kitware.com>
1 parent 03572d9 commit a679545

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vtk_prompt/ui/layout/settings_dialog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ def build_settings_dialog(layout: Any, app: Any) -> None:
7171
with vuetify.VRow(cols=12):
7272
with vuetify.VCol(cols=6):
7373
vuetify.VBtn(
74-
"Download Conversation File",
74+
"Conversation File",
7575
color="secondary",
7676
classes="mr-2 mt-2 w-100",
7777
click="download_conversation_file",
7878
append_icon="mdi-download",
7979
)
8080
with vuetify.VCol(cols=6):
8181
vuetify.VBtn(
82-
"Download Prompt File",
82+
"Prompt File",
8383
color="secondary",
8484
classes="mr-2 mt-2 w-100",
8585
click="download_prompt_file",

0 commit comments

Comments
 (0)