mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
fix typo in translatable string: s,itmes,items,g
This commit is contained in:
parent
41b9419740
commit
492d4a5619
51 changed files with 102 additions and 102 deletions
|
@ -1195,7 +1195,7 @@ def upload_to_github_releases_repo(repo_conf, release_infos, global_gh_token):
|
|||
if not token:
|
||||
logging.warning(
|
||||
_(
|
||||
"One of the 'github_releases' config itmes is missing the "
|
||||
"One of the 'github_releases' config items is missing the "
|
||||
"'token' value. skipping ..."
|
||||
)
|
||||
)
|
||||
|
@ -1206,7 +1206,7 @@ def upload_to_github_releases_repo(repo_conf, release_infos, global_gh_token):
|
|||
if not conf_package_names:
|
||||
logging.warning(
|
||||
_(
|
||||
"One of the 'github_releases' config itmes is missing the "
|
||||
"One of the 'github_releases' config items is missing the "
|
||||
"'packageNames' value. skipping ..."
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue