Skip to content

Commit c3e8f0d

Browse files
committed
fix(ui): Use consistent wording for API tokens
In other parts of the app we say 'revoke' when removing API tokens.
1 parent 8c00b19 commit c3e8f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/settings/account/apiTokenRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function ApiTokenRow({
6464
}
6565
>
6666
<Button size="sm" icon={<IconSubtract isCircled />}>
67-
{t('Remove')}
67+
{t('Revoke')}
6868
</Button>
6969
</Confirm>
7070
</Actions>

0 commit comments

Comments
 (0)