From cd0b2e3a265bc503f408b3820cb66074d4603ebb Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Wed, 8 Feb 2023 14:36:56 -0800 Subject: [PATCH] Change default secret comments --- frontend/src/components/utilities/attemptLogin.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/utilities/attemptLogin.ts b/frontend/src/components/utilities/attemptLogin.ts index a47b2c1f0..e1a95381e 100644 --- a/frontend/src/components/utilities/attemptLogin.ts +++ b/frontend/src/components/utilities/attemptLogin.ts @@ -137,7 +137,7 @@ const attemptLogin = async ( // eslint-disable-next-line no-template-curly-in-string value: 'mongodb+srv://${DB_USERNAME}:${DB_PASSWORD}@mongodb.net', valueOverride: undefined, - comment: 'This is an example of secret referencing.', + comment: 'Secret referencing example', id: '', tags: [] }, @@ -147,7 +147,7 @@ const attemptLogin = async ( value: 'OVERRIDE_THIS', valueOverride: undefined, comment: - 'This is an example of secret overriding. Your team can have a shared value of a secret, while you can override it to whatever value you need', + 'Override secrets with personal value', id: '', tags: [] }, @@ -157,7 +157,7 @@ const attemptLogin = async ( value: 'OVERRIDE_THIS', valueOverride: undefined, comment: - 'This is an example of secret overriding. Your team can have a shared value of a secret, while you can override it to whatever value you need', + 'Another secret override', id: '', tags: [] },