Skip to content

Commit 458a1ea

Browse files
committed
Yet another error message improved
1 parent af5f91e commit 458a1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/trigger-toolbox-overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const TriggerToolboxOverlay = Class(
171171

172172
if (!harOverlay.automation) {
173173
Cu.reportError("You need to set '" + pref1 + "' or '" + pref2 +
174-
"' pref to enable automated HAR export " +
174+
"' pref to enable HAR export through the API " +
175175
"(browser restart is required)");
176176
}
177177
return;

0 commit comments

Comments
 (0)