We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f13d9b commit 11c7192Copy full SHA for 11c7192
curve_editor/ui/src/toolbar.tsx
@@ -57,7 +57,7 @@ const Toolbar: React.FC<ToolbarProps> = (props: ToolbarProps) => {
57
},
58
{
59
icon: isLocked? faLock : faLockOpen,
60
- title: isLocked ? 'カーブは編集可能です' : 'カーブの編集はロックされています',
+ title: isLocked ? 'カーブの編集はロックされています' : 'カーブは編集可能です',
61
onClick: () => {
62
window.chrome.webview.postMessage({
63
command: 'lock'
0 commit comments