Skip to content

Commit

Permalink
http page: "mobile bandwidth usage" instead of "mobile data usage". t…
Browse files Browse the repository at this point in the history
…his is minor

Signed-off-by: Yonle <yonle@lecturify.net>
  • Loading branch information
Yonle committed May 19, 2024
1 parent ee9c7de commit 793bd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ server.on('request', (req, res) => {
res.writeHead(200, {
"Content-Type": "text/plain"
});
res.write("Welcome to Bostr. A nostr relay aggregator for saving mobile data usage when using nostr.");
res.write("Welcome to Bostr. A nostr relay aggregator for saving mobile bandwidth usage when using nostr.");
res.write("\nThis nostr bouncer is bouncing the following relays:\n\n");

if (config.relays.length) {
Expand Down

0 comments on commit 793bd71

Please sign in to comment.