diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php
index 5ca87663c7a..1f183e1b730 100644
--- a/htdocs/admin/system/filecheck.php
+++ b/htdocs/admin/system/filecheck.php
@@ -119,9 +119,9 @@ if (dol_is_file($xmlfile)) {
print '';
print '
';
} else {
- print ' '.$langs->trans("LocalSignature").' = ';
+ print ' ';
print '
';
}
print ''."\n";
@@ -129,7 +129,7 @@ if ($enableremotecheck) {
print ' = ';
print '
';
} else {
- print ' '.$langs->trans("RemoteSignature").' = '.dol_escape_htmltag($xmlremote);
+ print ' '.$langs->trans("RemoteSignature").' = '.dol_escape_htmltag($xmlremote);
if (!GETPOST('xmlremote')) {
print ' ('.$langs->trans("FeatureAvailableOnlyOnStable").')';
}