We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88c23e commit 024c723Copy full SHA for 024c723
crx/popup.js
@@ -46,7 +46,7 @@ document.addEventListener('DOMContentLoaded', function() {
46
name: '__mock_clientid'
47
}, function(cookie) {
48
if (chrome.runtime.lastError || !cookie) {
49
- eleMsg.innerHTML = 'No client id is found!';
+ eleMsg.innerHTML = 'No client id is found in this mock server!';
50
return;
51
}
52
0 commit comments