From 437731b67f881692f3ed4f0f564b5ab61e7a8b13 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 19 Apr 2021 21:18:12 +0300 Subject: [PATCH] fix typo Signed-off-by: Jari Kolehmainen --- src/renderer/components/hotbar/hotbar-remove-command.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> ); } }