Skip to content

Commit

Permalink
update language on deleting token (#46115)
Browse files Browse the repository at this point in the history
* update language on deleting token

* docs: update verbiage on delete token on non-renewable

* lint fix for delete token ui

* docs: restore period

---------

Co-authored-by: Steven Martin <[email protected]>
Co-authored-by: Steven Martin <[email protected]>
  • Loading branch information
3 people authored and rosstimothy committed Sep 4, 2024
1 parent 248051e commit e4d91ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/packages/teleport/src/JoinTokens/JoinTokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,9 @@ function TokenDelete({
{` ${token.safeName}`}
</Text>
. This will not remove any resources that used this token to join the
cluster. This will remove the ability for any new resources to join
with this token and any non-renewable resource from renewing.
cluster. This will remove the ability for any new resources or
resources using non-renewable certificates from joining with this
token.
</Text>
</DialogContent>
<DialogFooter>
Expand Down

0 comments on commit e4d91ea

Please sign in to comment.