Changes /meta to /settings

Problem: meta was renamed in the UI to settings, but the URLs say meta

Solution: Rename them to /settings/*
This commit is contained in:
Joshua Kelly
2020-02-10 18:02:16 -08:00
parent f6b34f4984
commit f7ab71e891
4 changed files with 21 additions and 21 deletions

View File

@ -17,7 +17,7 @@ module.exports = () =>
})
.options("offline", {
describe:
"Don't try to connect to scuttlebutt peers or pubs. This can be changed on the 'meta' page while Oasis is running.",
"Don't try to connect to scuttlebutt peers or pubs. This can be changed on the 'settings' page while Oasis is running.",
default: false,
type: "boolean"
})