feat: add api key delete (#2210)
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
@@ -2584,10 +2584,17 @@
|
||||
"button": {
|
||||
"createApiToken": "Create API token"
|
||||
},
|
||||
"modal": {
|
||||
"delete": {
|
||||
"title": "Delete API token",
|
||||
"text": "This will permanently delete the API token. API clients using this token can no longer authenticate and perform API requests. This action cannot be undone."
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"id": "ID",
|
||||
"createdBy": "Created by"
|
||||
"createdBy": "Created by",
|
||||
"actions": "Actions"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user