We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6915387 commit b53bf0bCopy full SHA for b53bf0b
src/components/yeti/EditModeButton.vue
@@ -3,7 +3,7 @@
3
class="button edit-mode-button ol-control-edit-mode"
4
:class="{ 'is-dark': editMode, 'is-small': isSmall }"
5
:title="$gettext('Enable drawing and editing features on map')"
6
- :aria-label="$gettext('Enable drawing and editing features on map')"
+ :aria-label="iconOnly ? $gettext('Enable drawing and editing features on map') : null"
7
>
8
<input-checkbox @input="onEditMode" :value="editMode" :disabled="validSimplifyTolerance">
9
<span v-if="!iconOnly" v-translate> Edit mode </span>
0 commit comments