mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
correct message to have consistent pluralisation (#36897)
This commit is contained in:
@@ -209,7 +209,7 @@ def main():
|
||||
ubuntuMode = False
|
||||
|
||||
if not is_available(name, ubuntuMode):
|
||||
module.fail_json(msg="The locales you've entered is not available "
|
||||
module.fail_json(msg="The locale you've entered is not available "
|
||||
"on your system.")
|
||||
|
||||
if is_present(name):
|
||||
|
||||
Reference in New Issue
Block a user