This commit is contained in:
Philipinho
2025-10-07 21:06:59 +01:00
parent 3164b6981c
commit 4f1f0ba513
2 changed files with 1 additions and 2 deletions

View File

@ -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")}