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 c808dae + 193b9e2 commit 9cc2401Copy full SHA for 9cc2401
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