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 30, 2016
1 parent 8bbde08 commit a8e2fd3
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 a8e2fd3

Please sign in to comment.