Skip to content

Commit 401bdf3

Browse files
authored
Merge pull request #680 from BrentIO/fix/678
fix: capitalize 'File system not mounted' in http_configFSNotMunted
2 parents c278905 + 14cd7ba commit 401bdf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controller/Controller.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ void http_configFSNotMunted(AsyncWebServerRequest *request){
15521552
return;
15531553
}
15541554

1555-
http_error(request, "file system not mounted");
1555+
http_error(request, "File system not mounted");
15561556

15571557
}
15581558

0 commit comments

Comments
 (0)