Changed capitalization of config context (#8744)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2020-10-13 12:52:17 +02:00 committed by GitHub
parent 6d2bb8a216
commit ee92be3f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<description>Google Cloud Platform OAuth 2.0-Client Id.</description>
</parameter>
<parameter name="clientSecret" type="text" required="true" groupName="authentication">
<context>Password</context>
<context>password</context>
<label>Client Secret</label>
<description>Google Cloud Platform OAuth 2.0-Client Secret.</description>
</parameter>