Skip to content

Commit 4050396

Browse files
authored
fix: updated token delete confirmation wording (#3274)
1 parent 032e446 commit 4050396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authorizations/components/redesigned/TokenRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class TokensRow extends PureComponent<Props> {
9898
icon={IconFont.Trash_New}
9999
shape={ButtonShape.Square}
100100
size={ComponentSize.ExtraSmall}
101-
confirmationLabel="Yes, delete this dashboard"
101+
confirmationLabel="Yes, delete this token"
102102
onConfirm={this.handleDelete}
103103
confirmationButtonText="Confirm"
104104
testID="context-delete-menu"

0 commit comments

Comments
 (0)