From 894d0314bb9ea246806c6a7bbcbe0925ba4dde7d Mon Sep 17 00:00:00 2001 From: Tolu Lawson Date: Sun, 14 Jun 2020 01:25:32 +0100 Subject: [PATCH] -- Corrected codesync tagline -- "Reload or Inject files they change" --> "Reload or Inject files when they change" --- .../lib/plugins/sync-options/sync-options.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/browser-sync-ui/lib/plugins/sync-options/sync-options.client.js b/packages/browser-sync-ui/lib/plugins/sync-options/sync-options.client.js index 96a807c27..f15aa0ae4 100644 --- a/packages/browser-sync-ui/lib/plugins/sync-options/sync-options.client.js +++ b/packages/browser-sync-ui/lib/plugins/sync-options/sync-options.client.js @@ -60,7 +60,7 @@ "ghostMode.submit": "Form Submissions will be synced", "ghostMode.inputs": "Text inputs (including text-areas) will be synced", "ghostMode.toggles": "Radio + Checkboxes changes will be synced", - codeSync: "Reload or Inject files they change" + codeSync: "Reload or Inject files when they change" }; // If watching files, add the code-sync toggle