Parcourir la source

minor fix in the Shortcut information

Dimitri Korsch il y a 3 ans
Parent
commit
5df16866e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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">