You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ok...@apache.org on 2022/04/09 14:53:22 UTC

[apisix-dashboard] branch master updated: chore: update the year of copyright and fix typo (#2417)

This is an automated email from the ASF dual-hosted git repository.

okaybase pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 2287f79f chore: update the year of copyright and fix typo (#2417)
2287f79f is described below

commit 2287f79f030fad9d557daab75a165ee70b8b9cd9
Author: okaybase <75...@users.noreply.github.com>
AuthorDate: Sat Apr 9 22:53:16 2022 +0800

    chore: update the year of copyright and fix typo (#2417)
    
    * fix typo
    * Update copyright year
    
    Co-authored-by: Bisakh <bi...@gmail.com>
---
 web/src/components/Footer/index.tsx            | 2 +-
 web/src/components/PluginFlow/locales/en-US.ts | 2 +-
 web/src/components/Upstream/locales/en-US.ts   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/src/components/Footer/index.tsx b/web/src/components/Footer/index.tsx
index f6079b0a..1537678f 100644
--- a/web/src/components/Footer/index.tsx
+++ b/web/src/components/Footer/index.tsx
@@ -20,7 +20,7 @@ import { DefaultFooter } from '@ant-design/pro-layout';
 
 export default () => (
   <DefaultFooter
-    copyright="2021 Apache APISIX"
+    copyright={`${new Date().getFullYear()} Apache APISIX`}
     links={[
       {
         key: 'GitHub',
diff --git a/web/src/components/PluginFlow/locales/en-US.ts b/web/src/components/PluginFlow/locales/en-US.ts
index 4e5c8f21..72a9f734 100644
--- a/web/src/components/PluginFlow/locales/en-US.ts
+++ b/web/src/components/PluginFlow/locales/en-US.ts
@@ -20,7 +20,7 @@ export default {
   'component.plugin-flow.text.condition2': 'Condition',
   'component.plugin-flow.text.condition.placeholder': 'Please enter the rule',
   'component.plugin-flow.text.without-data': 'Found node without configuration',
-  'component.plugin-flow.text.plugin-without-data.description': 'Please condigure plugin: ',
+  'component.plugin-flow.text.plugin-without-data.description': 'Please configure plugin: ',
   'component.plugin-flow.text.no-start-node': 'Please connect the start node',
   'component.plugin-flow.text.no-root-node': 'Root node not found',
   'component.plugin-flow.text.start-node': 'Start',
diff --git a/web/src/components/Upstream/locales/en-US.ts b/web/src/components/Upstream/locales/en-US.ts
index 8dcf67b0..0d822323 100644
--- a/web/src/components/Upstream/locales/en-US.ts
+++ b/web/src/components/Upstream/locales/en-US.ts
@@ -135,7 +135,7 @@ export default {
   'component.upstream.fields.checks.active.unhealthy.interval.tooltip':
     'Interval between active health checks for unhealthy targets (in seconds). A value of zero indicates that active probes for healthy targets should not be performed.',
   'component.upstream.fields.checks.active.unhealthy.required':
-    'Please enter the unhelthy interval',
+    'Please enter the unhealthy interval',
 
   'component.upstream.fields.checks.passive.healthy.successes': 'Successes',
   'component.upstream.fields.checks.passive.healthy.successes.tooltip':