Localized new location textbox

This commit is contained in:
Donkie
2023-10-10 20:36:55 +02:00
parent 43168fc75e
commit ea322559d9
4 changed files with 15 additions and 11 deletions

View File

@@ -250,7 +250,7 @@ export const SpoolEdit: React.FC<IResourceComponentsProps> = () => {
{menu}
<Divider style={{ margin: "8px 0" }} />
<Input
placeholder="Enter new location"
placeholder={t("spool.form.new_location_prompt")}
value={newLocation}
onChange={(event) => setNewLocation(event.target.value)}
/>