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:
Matthew-Wise
2020-02-26 13:44:57 +00:00
committed by GitHub
parent 7d0733f40d
commit 4dc5b02b89
22 changed files with 23 additions and 23 deletions

View File

@@ -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",

View File

@@ -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