diff --git a/src/renderer/components/hotbar/hotbar-remove-command.tsx b/src/renderer/components/hotbar/hotbar-remove-command.tsx index 97684ceb4e..ccd9e1d45d 100644 --- a/src/renderer/components/hotbar/hotbar-remove-command.tsx +++ b/src/renderer/components/hotbar/hotbar-remove-command.tsx @@ -50,7 +50,7 @@ export class HotbarRemoveCommand extends React.Component { options={this.options} autoFocus={true} escapeClearsValue={false} - placeholder="Remove to hotbar" /> + placeholder="Remove hotbar" /> ); } }