404s for only source, only tab, and bad resource

This commit is contained in:
Lachlan Kermode
2018-12-06 15:19:01 +00:00
parent b0d81b2a6d
commit 4da10b1409
2 changed files with 19 additions and 2 deletions

6
src/copy/en.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
errors: {
onlySource: 'You cannot query a source directly. The URL needs to be in the format /:source/:tab/:resource.',
onlyTab: 'You cannot query a tab directly. The URL needs to be in the format /:source/:tab/:resource.'
}
}