Skip to content

Commit fa024fe

Browse files
committed
Update status message during authentication request to improve clarity
1 parent ab2577d commit fa024fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/wardrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ async function requestAuth(reason) {
19651965

19661966
// Set status for connect requests
19671967
if (reason === "connect") {
1968-
setDynamicStatus("Acquiring wardriving slot", STATUS_COLORS.info);
1968+
setDynamicStatus("Authenticating to MeshMapper", STATUS_COLORS.info);
19691969
}
19701970

19711971
try {

0 commit comments

Comments
 (0)