Module: check_mk
Branch: master
Commit: a7c393b9ade3ecc5bae3979d9ef9e5bd92f6cb53
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a7c393b9ade3ec…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Thu May 2 08:50:51 2019 +0200
agent AWS config: Corrected wording
Change-Id: I3f949a3742384bed52a2ff375c754f66fd662e7c
---
cmk/gui/plugins/wato/datasource_programs.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmk/gui/plugins/wato/datasource_programs.py
b/cmk/gui/plugins/wato/datasource_programs.py
index 5b36345..83647e5 100644
--- a/cmk/gui/plugins/wato/datasource_programs.py
+++ b/cmk/gui/plugins/wato/datasource_programs.py
@@ -1945,13 +1945,13 @@ class RulespecSpecialAgentsAws(HostRulespec):
elements=[
("access_key_id",
TextAscii(
- title=_("The access key for your AWS account"),
+ title=_("The access key ID for your AWS account"),
allow_empty=False,
size=50,
)),
("secret_access_key",
IndividualOrStoredPassword(
- title=_("The secret key for your AWS account"),
+ title=_("The secret access key for your AWS account"),
allow_empty=False,
)),
("global_services",