diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js
index 6fcbad2b..92431019 100644
--- a/ayanova/src/api/translation.js
+++ b/ayanova/src/api/translation.js
@@ -35,7 +35,7 @@ export default {
.then(window.$gz.api.status)
.then(window.$gz.api.json)
// eslint-disable-next-line
- .then(response => {
+ .then((response) => {
window.$gz._.forEach(
response.data,
function commitFetchedLTItemToStore(item) {
@@ -159,7 +159,8 @@ export default {
"Loading",
"DataListView",
"FilterUnsaved",
- "Heading"
+ "Heading",
+ "Table"
],
////////////////////////////////////////////////////////
diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue
index 51808365..7c2df024 100644
--- a/ayanova/src/components/wiki-control.vue
+++ b/ayanova/src/components/wiki-control.vue
@@ -113,62 +113,39 @@
fa-table
-
-
-
- Table
-
-
-
+
- Cancel
- Save
+ {{
+ $ay.t("Cancel")
+ }}
+ {{
+ $ay.t("OK")
+ }}
@@ -243,7 +220,9 @@ export default {
WIKI_VIEW: 2,
DESIGN_VIEW: 3
},
- tableMenu: false
+ tableMenu: false,
+ tableMenuColumns: 2,
+ tableMenuRows: 2
};
},
props: {