Skip to content

Commit 7c7b9cd

Browse files
authored
Merge pull request #7001 from LibreSign/backport/7000/stable33
[stable33] fix(i18n): Fix typo in metadata label
2 parents d8c8e3e + 70d77e3 commit 7c7b9cd

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)