mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 04:48:32 +03:00
update docs Interface.js, abstract model layer errors
This commit is contained in:
@@ -5,7 +5,8 @@ export default {
|
||||
onlyTab: 'You cannot query a tab directly. The URL needs to be in the format /:sheet/:tab/:resource.',
|
||||
noSheet: sheet => `The sheet ${sheet} is not available in this server.`,
|
||||
noResource: prts => `The resource '${prts[2]}' does not exists in the tab '${prts[1]}' in this sheet.`,
|
||||
noFragment: prts => `Fragment index does not exist`
|
||||
noFragment: prts => `Fragment index does not exist`,
|
||||
modelLayer: prts => `Something went wrong at the model layer`
|
||||
},
|
||||
success: {
|
||||
update: 'All sheets updated'
|
||||
|
||||
Reference in New Issue
Block a user