From 4b7101fb2aa43c3c20eb76e31e761a257b38d17c Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 31 Oct 2023 11:28:13 +0100 Subject: [PATCH] mirror: fix wording when mirror testing has not yet started Signed-off-by: Olivier Gayot --- subiquity/ui/views/mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subiquity/ui/views/mirror.py b/subiquity/ui/views/mirror.py index 560985a0..03dffc83 100644 --- a/subiquity/ui/views/mirror.py +++ b/subiquity/ui/views/mirror.py @@ -82,7 +82,7 @@ MIRROR_CHECK_STATUS_TEXTS = { (False, None): _( "The mirror location cannot be checked because no network has been configured." ), - (True, None): _("The mirror location has not yet started."), + (True, None): _("Testing of the mirror location has not yet started."), (True, MirrorCheckStatus.RUNNING): _("The mirror location is being tested."), (True, MirrorCheckStatus.OK): _("This mirror location passed tests."), (True, MirrorCheckStatus.FAILED): _(