Some bugfixes for the localizedStringEditor

pull/10/head
Jens Pelzetter 2021-04-29 20:52:33 +02:00
parent 12a3d14233
commit e36d9eb924
1 changed files with 3 additions and 1 deletions

View File

@ -52,10 +52,12 @@
shortDescription="Label for the edit button"
type="String" />
<cc:attribute name="editDialogCancelLabel"
default="Cancel"
required="false"
shortDescription="Label for the cancel and close button of the edit dialog"
type="String" />
<cc:attribute name="editDialogSubmitLabel"
default="save"
required="false"
shortDescription="Label for the submit button of the edit dialog"
type="String" />
@ -407,7 +409,7 @@
</c:choose>
<small class="form-text text-muted"
id="#{cc.attrs.editorId}-#{entry.key}-edit-dialog-value-help">
#{cc.attrs.addDialogValueHelp}
#{cc.attrs.editDialogValueHelp}
</small>
</div>
</div>