mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
fix typo
This commit is contained in:
parent
cfd426cc1f
commit
5354661fb4
@ -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'
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user