Skip to content

Commit 2eedfd8

Browse files
authored
Merge pull request #5592 from LibreSign/backport/5591/stable31
[stable31] fix(i18n): Fixed grammar
2 parents b65acfd + 909c3df commit 2eedfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Validation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<div class="section">
6060
<div class="header">
6161
<NcIconSvgWrapper :path="mdiInformationSlabCircle" :size="30" />
62-
<h1>{{ t('libresign', 'Document informations') }}</h1>
62+
<h1>{{ t('libresign', 'Document information') }}</h1>
6363
</div>
6464
<NcNoteCard v-if="isAfterSigned" type="success">
6565
{{ t('libresign', 'Congratulations you have digitally signed a document using LibreSign') }}

0 commit comments

Comments
 (0)