Skip to content

Commit 980bc49

Browse files
authored
Fix token form 30 days example (#24117)
1 parent ce2d125 commit 980bc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graylog2-web-interface/src/components/users/CreateTokenForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const CreateTokenForm = ({
9898
{creatingToken ? <Spinner text="Creating..." /> : 'Create Token'}
9999
</Button>
100100
<HelpBlock>
101-
TTL Syntax Examples: for 60 seconds: PT60S, for 60 minutes PT60M, for 24 hours: PT24H, for 30 days: PT30D
101+
TTL Syntax Examples: for 60 seconds: PT60S, for 60 minutes: PT60M, for 24 hours: PT24H, for 30 days: P30D
102102
</HelpBlock>
103103
</StyledForm>
104104
);

0 commit comments

Comments
 (0)