Move app name translations into config file.

This commit is contained in:
N-Pex 2021-09-25 14:46:48 +02:00
parent 46a4268245
commit f9745ddb7d
11 changed files with 19 additions and 19 deletions

View file

@ -101,7 +101,7 @@ export default {
},
computed: {
product() {
return this.$config.product;
return this.$config.appName;
},
productLink() {
return this.$config.productLink;