Skip to content

Commit

Permalink
use Stop Editing instead of Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Dec 20, 2016
1 parent 7a2c814 commit 8140f2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ function getEditConfig(modeChange) {

function getViewConfig(modeChange) {
return createTopNavExecuteConfig(
'preview',
'Switch to preview mode',
'Stop Editing',
'Stop editing and switch to view only mode',
'dashboardViewOnlyMode',
() => { modeChange(DashboardViewMode.VIEW); });
}
Expand Down

0 comments on commit 8140f2b

Please sign in to comment.