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.
2 parents 7b58fca + 93b7071 commit 0ed2844Copy full SHA for 0ed2844
1 file changed
src/views/Settings/SignatureStamp.vue
@@ -214,12 +214,14 @@
214
type="file"
215
@change="onChangeBackground">
216
<div v-if="displayPreview" class="settings-section__zoom">
217
- <NcButton @click="changeZoomLevel(-10)">
+ <NcButton :aria-label="t('libresign', 'Decrease zoom level')"
218
+ @click="changeZoomLevel(-10)">
219
<template #icon>
220
<MagnifyMinusOutline :size="20" />
221
</template>
222
</NcButton>
- <NcButton @click="changeZoomLevel(+10)">
223
+ <NcButton :aria-label="t('libresign', 'Increase zoom level')"
224
+ @click="changeZoomLevel(+10)">
225
226
<MagnifyPlusOutline :size="20" />
227
0 commit comments