Skip to content

Commit 11c7192

Browse files
committed
ツールチップの修正
1 parent 7f13d9b commit 11c7192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curve_editor/ui/src/toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Toolbar: React.FC<ToolbarProps> = (props: ToolbarProps) => {
5757
},
5858
{
5959
icon: isLocked? faLock : faLockOpen,
60-
title: isLocked ? 'カーブは編集可能です' : 'カーブの編集はロックされています',
60+
title: isLocked ? 'カーブの編集はロックされています' : 'カーブは編集可能です',
6161
onClick: () => {
6262
window.chrome.webview.postMessage({
6363
command: 'lock'

0 commit comments

Comments
 (0)