mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Merge branch 'linsui-master-patch-90027' into 'master'
fix typo See merge request fdroid/fdroidserver!1201
This commit is contained in:
commit
82355b8559
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ def check_updates_expected(app):
|
||||||
app.get(key, 'None') == 'None' for key in ('AutoUpdateMode', 'UpdateCheckMode')
|
app.get(key, 'None') == 'None' for key in ('AutoUpdateMode', 'UpdateCheckMode')
|
||||||
):
|
):
|
||||||
yield _(
|
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…
Add table
Add a link
Reference in a new issue