We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e397570 commit 10aa3ffCopy full SHA for 10aa3ff
tests/installer/dialogs.py
@@ -286,7 +286,7 @@ def compose(self) -> ComposeResult:
286
assert self.method is not None
287
yield Vertical(
288
Label('Existing installation detected', classes='header'),
289
- Label(f'An existing {self.method} installation of the tests was detected. Continuing '
+ Label(f'An existing "{self.method}" installation of the tests was detected. Continuing '
290
'will update the settings used by the existing installation.',
291
classes='main-text',
292
shrink=True, expand=True),
0 commit comments