6
0
Kaynağa Gözat

minor fix in the Shortcut information

Dimitri Korsch 3 yıl önce
ebeveyn
işleme
5df16866e1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"
     <div ref="estimate_box"
          class="image"
          class="image"
-         title="estimate bounding box (M)"
+         title="estimate bounding box (W)"
          :class="{active: interaction === 'estimate-box'}"
          :class="{active: interaction === 'estimate-box'}"
          @click="$emit('interaction', 'estimate-box')">
          @click="$emit('interaction', 'estimate-box')">
       <img alt="estimate bounding box" src="@/assets/icons/paper-airplane.svg">
       <img alt="estimate bounding box" src="@/assets/icons/paper-airplane.svg">