Skip to content

Commit 10aa3ff

Browse files
committed
Made thigs a bit more clear
1 parent e397570 commit 10aa3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/installer/dialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def compose(self) -> ComposeResult:
286286
assert self.method is not None
287287
yield Vertical(
288288
Label('Existing installation detected', classes='header'),
289-
Label(f'An existing {self.method} installation of the tests was detected. Continuing '
289+
Label(f'An existing "{self.method}" installation of the tests was detected. Continuing '
290290
'will update the settings used by the existing installation.',
291291
classes='main-text',
292292
shrink=True, expand=True),

0 commit comments

Comments
 (0)