fixed submit button text
This commit is contained in:
parent
98edd591f0
commit
c8078c05f4
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
|
||||
<input type="hidden" id="editKey" name="editKey" value="${editConfiguration.editKey}"/>
|
||||
<p class="submit">
|
||||
<input type="submit" id="submit" value="editConfiguration.submitLabel"/><span class="or"> or </span>
|
||||
<input type="submit" id="submit" value="${submitButtonText}"/><span class="or"> or </span>
|
||||
<a class="cancel" href="${editConfiguration.cancelUrl}">Cancel</a>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue