Skip to content

Commit

Permalink
#236 [Signature] add: center message for forbidden access
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Feb 24, 2023
1 parent 7ce3c20 commit 39744b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/signature/add_signature.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
// print '</div>';
// }?>
<?php else :
print $langs->trans('SignaturePublicInterfaceForbidden');
print '<div class="center">' . $langs->trans('SignaturePublicInterfaceForbidden') . '</div>';
endif; ?>
</div>

Expand Down

0 comments on commit 39744b4

Please sign in to comment.