From c762712c6f1f6d758b11ecb1ba6f0e1f4825ddcd Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 19 Apr 2021 13:59:59 -0700 Subject: [PATCH] fix(Configuration): Upating JWT card text to add clarity --- src/components/admin-lte/configure/jwt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/admin-lte/configure/jwt.js b/src/components/admin-lte/configure/jwt.js index 79a8596..0776ebf 100644 --- a/src/components/admin-lte/configure/jwt.js +++ b/src/components/admin-lte/configure/jwt.js @@ -46,7 +46,7 @@ class JsonWebTokens extends React.Component { id='jwt' name='JWT' placeholder='Enter FullStack.cash JWT' - label='FullStack.cash JWT' + label='Enter FullStack.cash JWT to increase rate limits.' labelPosition='above' onChange={_this.handleUpdate} />