diff --git a/chrome/popup.js b/chrome/popup.js index 89d5543..56753a6 100644 --- a/chrome/popup.js +++ b/chrome/popup.js @@ -38,7 +38,7 @@ function updateRecordingLabel(bool){ action: "guideLenght" }, (response) => { if(response.stepCount !== 0) startLabel = "Resume"; - toggleRecordingBtn.textContent = bool ? "Pause/Stop" : startLabel; + toggleRecordingBtn.textContent = bool ? "Pause / Stop" : startLabel; }); } catch(error){ @@ -62,4 +62,4 @@ function exportJSON(object, filename){ // clear guide chrome.runtime.sendMessage({action: "clearGuide"}); -} \ No newline at end of file +}