mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] i18n checks
This commit is contained in:
parent
c0f27c0235
commit
6954ca9002
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ def find_expected_string_keys():
|
|||
yield "confirm_app_install_%s" % level
|
||||
|
||||
for errortype in ["not_found", "error", "warning", "info"]:
|
||||
yield "diagnosis_domain_expiration_" % errortype
|
||||
yield "diagnosis_domain_expiration_%s" % errortype
|
||||
|
||||
for errortype in ["bad_status_code", "connection_error", "timeout"]:
|
||||
yield "diagnosis_http_%s" % errortype
|
||||
|
|
Loading…
Add table
Reference in a new issue