Skip to content

Commit 70d77e3

Browse files
fix(i18n): Fix typo in metadata label
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent d8c8e3e commit 70d77e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Settings/CollectMetadata.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55
<template>
66
<NcSettingsSection
7-
:name="t('libresign', 'Collect signers\'metadata')"
7+
:name="t('libresign', 'Collect signers\' metadata')"
88
:description="t('libresign', 'Enabling this feature, every time a document is signed, LibreSign will store the IP address and user agent of the signer.')">
99
<NcCheckboxRadioSwitch type="switch"
1010
v-model="collectMetadataEnabled"

0 commit comments

Comments
 (0)