Procházet zdrojové kódy

minor fix in the Shortcut information

Dimitri Korsch před 3 roky
rodič
revize
5df16866e1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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">