1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00
This commit is contained in:
linsui 2022-10-05 06:15:53 +00:00 committed by Jochen Sprickerhof
parent cfd426cc1f
commit 5354661fb4

View File

@ -670,7 +670,7 @@ def check_updates_expected(app):
app.get(key, 'None') == 'None' for key in ('AutoUpdateMode', 'UpdateCheckMode')
):
yield _(
'App has NoSourceSince or ArchivePolicy "0 versions" but AutoUpateMode or UpdateCheck are not None'
'App has NoSourceSince or ArchivePolicy "0 versions" but AutoUpdateMode or UpdateCheckMode are not None'
)