Skip to content

Commit 909c3df

Browse files
fix(i18n): Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent 74682b5 commit 909c3df

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)