diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index e8ba5367..be47bb09 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -94,7 +94,8 @@ export default { "ErrorUserNotAuthorized", "DeletePrompt", "AreYouSureUnsavedChanges", - "Leave" + "Leave", + "Copy" ], decimalValidate(required) { return { required: required, decimal: [2, this.formats.decimalSeparator] }; diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue index 4790c142..adfd9826 100644 --- a/ayanova/src/views/About.vue +++ b/ayanova/src/views/About.vue @@ -14,7 +14,7 @@ > - + {{ this.$gzlocale.get("ClientApp") }}
{{ this.$gzlocale.get("Version") }}: @@ -67,9 +67,9 @@ {{ this.$gzlocale.get("RegisteredUser") }}: - {{ - serverInfo.license.license.licensedTo - }} + + {{ serverInfo.license.license.licensedTo }} +
{{ this.$gzlocale.get("LicenseExpiration") }}: - {{ - serverInfo.license.license.licenseExpiration - }} + + {{ serverInfo.license.license.licenseExpiration }} +
{{ this.$gzlocale.get("SupportedUntil") }}: - {{ - serverInfo.license.license.maintenanceExpiration - }} + + {{ serverInfo.license.license.maintenanceExpiration }} +
@@ -118,9 +118,34 @@