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 f700783 commit 81c0f83Copy full SHA for 81c0f83
1 file changed
src/views/Settings/SignatureStamp.vue
@@ -10,9 +10,9 @@
10
value="DESCRIPTION_ONLY"
11
name="render_mode"
12
type="radio"
13
- :aria-label="t('libresign', 'Descriptin only')"
+ :aria-label="t('libresign', 'Description only')"
14
@update:modelValue="saveTemplate">
15
- {{ t('libresign', 'Descriptin only') }}
+ {{ t('libresign', 'Description only') }}
16
</NcCheckboxRadioSwitch>
17
<NcCheckboxRadioSwitch v-model="renderMode"
18
value="GRAPHIC_AND_DESCRIPTION"
0 commit comments