fix typo in translatable string: s,itmes,items,g

This commit is contained in:
Hans-Christoph Steiner 2024-09-10 17:00:37 +02:00
parent 41b9419740
commit 492d4a5619
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
51 changed files with 102 additions and 102 deletions

View file

@ -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 ..."
)
)