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:
@ -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"
|
||||
})
|
||||
|
Reference in New Issue
Block a user