Skip to content

Commit 9e022ba

Browse files
authored
chore: Update lib/SetupCheck/JSignPdfSetupCheck.php
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 4b37994 commit 9e022ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/SetupCheck/JSignPdfSetupCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function run(): SetupResult {
114114
$currentVersion = $jsignPdf->getVersion();
115115

116116
if (!$currentVersion) {
117-
// TRANSLATORS: JSignPdf is an optional external signing backend.
117+
// TRANSLATORS JSignPdf is an optional external signing backend.
118118
// LibreSign is tested/validated with a specific JSignPdf version. %s is the supported JSignPdf version.
119119
$msg = $this->l10n->t('Necessary install the version %s', [InstallService::JSIGNPDF_VERSION]);
120120
// TRANSLATORS Command to run into terminal using Nextcloud occ to configure LibreSign using CLI when the sysadmin want to do this by CLI.

0 commit comments

Comments
 (0)