mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
use translated text instead of hardcoded text
This commit is contained in:
parent
72d721ae57
commit
9008a7cfa9
|
@ -147,7 +147,7 @@ function showWorkflow(selectObj) {
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
?>
|
?>
|
||||||
<p>You must first define workflow states, before adding a workflow.</p>
|
<p><?php printMLText("workflow_no_states"); ?></p>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user