Ver código fonte

fix the wrong spelling (#419)

main
Yao Wang 3 anos atrás
pai
commit
ed8e3f252d
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 1
packages/tldraw/src/components/ToolsPanel/ActionButton.tsx Ver arquivo

@@ -228,7 +228,7 @@ export function ActionButton(): JSX.Element {
228 228
               </Tooltip>
229 229
             </ToolButton>
230 230
             <ToolButton disabled={!hasSelection} onClick={handleMoveToFront}>
231
-              <Tooltip label="More to Front" kbd={`#⇧]`}>
231
+              <Tooltip label="Move to Front" kbd={`#⇧]`}>
232 232
                 <PinTopIcon />
233 233
               </Tooltip>
234 234
             </ToolButton>

Carregando…
Cancelar
Salvar