Skip to content

Commit f7e49a9

Browse files
authored
Merge pull request #5593 from LibreSign/backport/5591/stable32
[stable32] fix(i18n): Fixed grammar
2 parents 357b943 + d3d5f5d commit f7e49a9

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)