fix
This commit is contained in:
parent
3164b6981c
commit
4f1f0ba513
2 changed files with 1 additions and 2 deletions
|
|
@ -553,7 +553,6 @@
|
|||
"Revoked successfully": "Revoked successfully",
|
||||
"Select expiration date": "Select expiration date",
|
||||
"This action cannot be undone. Any applications using this API key will stop working.": "This action cannot be undone. Any applications using this API key will stop working.",
|
||||
"Token name": "Token name",
|
||||
"Update API key": "Update API key",
|
||||
"Manage API keys for all users in the workspace": "Manage API keys for all users in the workspace"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ export function UpdateApiKeyModal({
|
|||
<form onSubmit={form.onSubmit((values) => handleSubmit(values))}>
|
||||
<Stack gap="md">
|
||||
<TextInput
|
||||
label={t("Token name")}
|
||||
label={t("Name")}
|
||||
placeholder={t("Enter a descriptive token name")}
|
||||
required
|
||||
{...form.getInputProps("name")}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue