From ba1a76842f49d52a43b7d59c47995a28291d0156 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 30 Jan 2020 00:10:10 +0000 Subject: [PATCH] --- ayanova/src/api/locale.js | 3 ++- ayanova/src/components/gz-data-table.vue | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index f4d6bd13..33873565 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -153,7 +153,8 @@ export default { "Customize", "ObjectCustomFieldCustomGrid", "RowsPerPage", - "PageOfPageText" + "PageOfPageText", + "Loading" ], decimalValidate(required) { return { required: required, decimal: [2, this.format().decimalSeparator] }; diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 80f8bd81..300c9088 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -15,6 +15,7 @@ itemsPerPageText: lt('RowsPerPage'), pageText: lt('PageOfPageText') }" + :loading-text="lt('Loading')" class="elevation-1" >