mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 04:48:32 +03:00
404s for only source, only tab, and bad resource
This commit is contained in:
6
src/copy/en.js
Normal file
6
src/copy/en.js
Normal 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.'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user