Merge pull request #1864 from ogayot/fix-wording-test-mirror

mirror: fix wording when mirror testing has not yet started
This commit is contained in:
Michael Hudson-Doyle 2023-11-02 19:46:55 +13:00 committed by GitHub
commit 5adbc4768d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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): _(