Merge pull request #406 from cinnamon-bun/offline-warning-message

Change offline warning message
This commit is contained in:
Christian Bundy 2020-04-13 14:25:06 -07:00 committed by GitHub
commit 91251b1fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ module.exports = ({ offline }) => {
if (offline) {
log("Offline mode activated - not connecting to scuttlebutt peers or pubs");
log(
"WARNING: offline mode cannot control the behavior of pre-existing servers"
"WARNING: Oasis can connect to the internet through your other SSB apps if they're running."
);
}