Skip to content

Commit 024c723

Browse files
committed
update message of invalid mock server
1 parent a88c23e commit 024c723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crx/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ document.addEventListener('DOMContentLoaded', function() {
4646
name: '__mock_clientid'
4747
}, function(cookie) {
4848
if (chrome.runtime.lastError || !cookie) {
49-
eleMsg.innerHTML = 'No client id is found!';
49+
eleMsg.innerHTML = 'No client id is found in this mock server!';
5050
return;
5151
}
5252

0 commit comments

Comments
 (0)