浏览代码

minor fix in the Shortcut information

Dimitri Korsch 3 年之前
父节点
当前提交
5df16866e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      webui/src/components/media/options-bar.vue

+ 1 - 1
webui/src/components/media/options-bar.vue

@@ -11,7 +11,7 @@
 
     <div ref="estimate_box"
          class="image"
-         title="estimate bounding box (M)"
+         title="estimate bounding box (W)"
          :class="{active: interaction === 'estimate-box'}"
          @click="$emit('interaction', 'estimate-box')">
       <img alt="estimate bounding box" src="@/assets/icons/paper-airplane.svg">