From 5b6f7246761371610c6767082eec075d606d704f Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 19 Jul 2018 22:26:23 -0500 Subject: [PATCH] Fix text --- app/assets/templates/directives/session-history-menu.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/templates/directives/session-history-menu.html.haml b/app/assets/templates/directives/session-history-menu.html.haml index 46814a076..626a5cc0a 100644 --- a/app/assets/templates/directives/session-history-menu.html.haml +++ b/app/assets/templates/directives/session-history-menu.html.haml @@ -11,7 +11,7 @@ %menu-row{"label" => "'Clear all local history'", "ng-click" => "clearAllHistory(); $event.stopPropagation();"} %menu-row{"label" => "(diskEnabled ? 'Disable' : 'Enable') + ' saving history to disk'", "ng-click" => "toggleDiskSaving(); $event.stopPropagation();"} .sublabel - May increase app loading speed and memory footprint. + Saving to disk may decrease app loading speed and increase memory footprint. %menu-row{"ng-repeat" => "revision in history.revisions", "ng-click" => "openRevision(revision); $event.stopPropagation();",