You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by si...@apache.org on 2021/11/19 09:11:49 UTC

[apisix-dashboard] branch master updated: chore: correct the http status description (#2216)

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

singhsh 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 ebf381d  chore: correct the http status description (#2216)
ebf381d is described below

commit ebf381d213a85343a321defd138f51d7f0f74a14
Author: okaybase <75...@users.noreply.github.com>
AuthorDate: Fri Nov 19 17:11:43 2021 +0800

    chore: correct the http status description (#2216)
---
 web/src/pages/Upstream/locales/en-US.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/src/pages/Upstream/locales/en-US.ts b/web/src/pages/Upstream/locales/en-US.ts
index 424df4e..01038ea 100644
--- a/web/src/pages/Upstream/locales/en-US.ts
+++ b/web/src/pages/Upstream/locales/en-US.ts
@@ -104,9 +104,9 @@ export default {
   'page.upstream.checks.active.unhealthy.interval.description':
     'Interval between checks for unhealthy targets (in seconds)',
   'page.upstream.checks.passive.healthy.http_statuses.description':
-    'Which HTTP statuses to consider a failure',
-  'page.upstream.checks.passive.unhealthy.http_statuses.description':
     'Which HTTP statuses to consider a success',
+  'page.upstream.checks.passive.unhealthy.http_statuses.description':
+    'Which HTTP statuses to consider a failure',
   'page.upstream.checks.passive.unhealthy.http_failures.description':
     'Number of HTTP failures to consider a target unhealthy',
   'page.upstream.checks.passive.unhealthy.tcp_failures.description':