diff --git a/dashboard/README.md b/dashboard/README.md index 8713190..782e1f8 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -1,6 +1,6 @@ # Dashboard -Dashboard is a VueJS application that is the face of 今果 Jingrow. This is what the end users (tenants) see and manage their FC stuff in. The tenants does not have access to the desk, so, this is their dashboard for managing sites, apps, updates etc. +Dashboard is a VueJS application that is the face of Jingrow. This is what the end users (tenants) see and manage their FC stuff in. The tenants does not have access to the desk, so, this is their dashboard for managing sites, apps, updates etc. Technologies at the heart of dashboard: diff --git a/dashboard/index.html b/dashboard/index.html index fb90f09..21e7974 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -4,14 +4,14 @@ - 今果 Jingrow + Jingrow diff --git a/dashboard/src/components/AlertAddressDetails.vue b/dashboard/src/components/AlertAddressDetails.vue index ff039d9..119f493 100644 --- a/dashboard/src/components/AlertAddressDetails.vue +++ b/dashboard/src/components/AlertAddressDetails.vue @@ -1,7 +1,7 @@ diff --git a/dashboard/src/pages/SiteLogin.vue b/dashboard/src/pages/SiteLogin.vue index a6f6771..fec3ab2 100644 --- a/dashboard/src/pages/SiteLogin.vue +++ b/dashboard/src/pages/SiteLogin.vue @@ -1,6 +1,6 @@ @@ -93,7 +93,7 @@
- 由 今果 Jingrow 提供支持 + 由 Jingrow 提供支持
@@ -132,7 +132,7 @@
- 由 今果 Jingrow 提供支持 + 由 Jingrow 提供支持
diff --git a/dashboard/src/pages/saas/SetupSite.vue b/dashboard/src/pages/saas/SetupSite.vue index 2144883..1dd2ffb 100644 --- a/dashboard/src/pages/saas/SetupSite.vue +++ b/dashboard/src/pages/saas/SetupSite.vue @@ -101,7 +101,7 @@
- 由 今果 Jingrow 提供支持 + 由 Jingrow 提供支持
diff --git a/dashboard/src/views/auth/Auth.vue b/dashboard/src/views/auth/Auth.vue index 830ce52..1a45ec6 100644 --- a/dashboard/src/views/auth/Auth.vue +++ b/dashboard/src/views/auth/Auth.vue @@ -8,7 +8,7 @@ >
Reset password
- Sign in to 今果 Jingrow to start using + Sign in to Jingrow to start using {{ saasProduct.title }}
diff --git a/dashboard/src/views/bench/Bench.vue b/dashboard/src/views/bench/Bench.vue index a987fb1..d3696f3 100644 --- a/dashboard/src/views/bench/Bench.vue +++ b/dashboard/src/views/bench/Bench.vue @@ -70,7 +70,7 @@ export default { name: 'Bench', pageMeta() { return { - title: `Bench - ${this.bench?.title || 'Private'} - 今果 Jingrow` + title: `Bench - ${this.bench?.title || 'Private'} - Jingrow` }; }, props: ['benchName'], diff --git a/dashboard/src/views/bench/Benches.vue b/dashboard/src/views/bench/Benches.vue index 2402d84..e34bb4c 100644 --- a/dashboard/src/views/bench/Benches.vue +++ b/dashboard/src/views/bench/Benches.vue @@ -174,7 +174,7 @@ export default { }, pageMeta() { return { - title: 'Benches - 今果 Jingrow' + title: 'Benches - Jingrow' }; }, components: { diff --git a/dashboard/src/views/billing/AccountBilling.vue b/dashboard/src/views/billing/AccountBilling.vue index 6972da0..030bd8d 100644 --- a/dashboard/src/views/billing/AccountBilling.vue +++ b/dashboard/src/views/billing/AccountBilling.vue @@ -28,7 +28,7 @@ export default { name: 'BillingScreen', pageMeta() { return { - title: 'Billing - 今果 Jingrow' + title: 'Billing - Jingrow' }; }, props: ['invoiceName'], diff --git a/dashboard/src/views/billing/AccountBillingCards.vue b/dashboard/src/views/billing/AccountBillingCards.vue index ae798ce..116f1ab 100644 --- a/dashboard/src/views/billing/AccountBillingCards.vue +++ b/dashboard/src/views/billing/AccountBillingCards.vue @@ -85,7 +85,7 @@ href="https://jingrow.com/docs/billing/disable-account" >cancelling subscription. - 今果 Jingrow is not responsible for any refund if the account is not + Jingrow is not responsible for any refund if the account is not closed properly. diff --git a/dashboard/src/views/billing/BillingOverview.vue b/dashboard/src/views/billing/BillingOverview.vue index e31c551..a5053b8 100644 --- a/dashboard/src/views/billing/BillingOverview.vue +++ b/dashboard/src/views/billing/BillingOverview.vue @@ -13,7 +13,7 @@ export default { name: 'BillingOverview', pageMeta() { return { - title: 'Billing - 今果 Jingrow' + title: 'Billing - Jingrow' }; }, props: ['invoiceName'], diff --git a/dashboard/src/views/billing/PaymentMethods.vue b/dashboard/src/views/billing/PaymentMethods.vue index e9830f6..d348a07 100644 --- a/dashboard/src/views/billing/PaymentMethods.vue +++ b/dashboard/src/views/billing/PaymentMethods.vue @@ -13,7 +13,7 @@ export default { name: 'BillingScreen', pageMeta() { return { - title: 'Billing - 今果 Jingrow' + title: 'Billing - Jingrow' }; }, props: ['invoiceName'], diff --git a/dashboard/src/views/marketplace/Marketplace.vue b/dashboard/src/views/marketplace/Marketplace.vue index 1ad8464..16aa771 100644 --- a/dashboard/src/views/marketplace/Marketplace.vue +++ b/dashboard/src/views/marketplace/Marketplace.vue @@ -84,7 +84,7 @@ export default { name: 'Marketplace', pageMeta() { return { - title: this.$t('Developer') + ' - 今果 Jingrow' + title: this.$t('Developer') + ' - Jingrow' }; }, components: { diff --git a/dashboard/src/views/marketplace/MarketplaceAppAnalytics.vue b/dashboard/src/views/marketplace/MarketplaceAppAnalytics.vue index 2465bf0..cf2e263 100644 --- a/dashboard/src/views/marketplace/MarketplaceAppAnalytics.vue +++ b/dashboard/src/views/marketplace/MarketplaceAppAnalytics.vue @@ -29,7 +29,7 @@
diff --git a/dashboard/src/views/site/Site.vue b/dashboard/src/views/site/Site.vue index b4c41e0..45c24d2 100644 --- a/dashboard/src/views/site/Site.vue +++ b/dashboard/src/views/site/Site.vue @@ -163,7 +163,7 @@ export default { name: 'Site', pageMeta() { return { - title: `Site - ${this.siteName} - 今果 Jingrow` + title: `Site - ${this.siteName} - Jingrow` }; }, props: ['siteName'], diff --git a/dashboard/src/views/site/SiteAlerts.vue b/dashboard/src/views/site/SiteAlerts.vue index 9b5d348..d129425 100644 --- a/dashboard/src/views/site/SiteAlerts.vue +++ b/dashboard/src/views/site/SiteAlerts.vue @@ -192,7 +192,7 @@ const marketplacePromotionalBanners = createResource({ v-model="showPromotionalDialog" @close="e => (clickedPromotion = null)" :options="{ - title: '今果 Jingrow Marketplace', + title: 'Jingrow Marketplace', actions: [ { variant: 'solid',