Changed showPage to Save and publish updated button style to link (#7649)
* Changed showPage to Save and publish updated button style to link * Change language key from showPage to saveAndPreview
This commit is contained in:
@@ -84,7 +84,7 @@ angular.module('umbraco.mocks').
|
||||
"buttons_save": "Save",
|
||||
"buttons_saveAndPublish": "Save and publish",
|
||||
"buttons_saveToPublish": "Save and send for approval",
|
||||
"buttons_showPage": "Preview",
|
||||
"buttons_saveAndPreview": "Save and preview",
|
||||
"buttons_showPageDisabled": "Preview is disabled because there's no template assigned",
|
||||
"buttons_styleChoose": "Choose style",
|
||||
"buttons_styleShow": "Show styles",
|
||||
|
||||
@@ -45,9 +45,9 @@
|
||||
alias="preview"
|
||||
ng-if="!page.isNew && content.allowPreview && page.showPreviewButton"
|
||||
type="button"
|
||||
button-style="info"
|
||||
button-style="link"
|
||||
action="preview(content)"
|
||||
label-key="buttons_showPage">
|
||||
label-key="buttons_saveAndPreview">
|
||||
</umb-button>
|
||||
|
||||
<umb-button
|
||||
|
||||
Reference in New Issue
Block a user