Fix broken translation UI

Use `Books.texts` instead of `_texts`, requiring sap/cds 5
This commit is contained in:
Christian Georgi
2021-05-10 10:29:33 +02:00
committed by Christian Georgi
parent 14002300c5
commit 702c3245bd
4 changed files with 5 additions and 5 deletions

View File

@@ -2,6 +2,6 @@
"name": "@capire/orders",
"version": "1.0.0",
"dependencies": {
"@sap/cds": ">=4.3.0"
"@sap/cds": "^5"
}
}