Skip to content

Commit c0ea049

Browse files
committed
feat: rename PHP native engine label to Native with translator comment
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f5bd5bc commit c0ea049

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/views/Settings/SignatureEngine.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ export default {
4242
options() {
4343
return [
4444
{ id: 'JSignPdf', label: 'JSignPdf' },
45-
{ id: 'PhpNative', label: t('libresign', 'PHP native') },
45+
// TRANSLATORS "Native" refers to a signature engine that runs directly with PHP, without requiring external runtimes like Java
46+
{ id: 'PhpNative', label: t('libresign', 'Native') },
4647
]
4748
},
4849
selectedOption: {

0 commit comments

Comments
 (0)