This is an automated email from the ASF dual-hosted git repository.
bzp2010 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 561ed37 chore: modify the select upstream field to upstream (#2344)
561ed37 is described below
commit 561ed377ec2237707bb8c78623e336360c6c6463
Author: CP3cham <[email protected]>
AuthorDate: Mon Mar 7 17:46:43 2022 +0800
chore: modify the select upstream field to upstream (#2344)
---
web/src/pages/Upstream/locales/en-US.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/pages/Upstream/locales/en-US.ts
b/web/src/pages/Upstream/locales/en-US.ts
index 7219b36..d13c97b 100644
--- a/web/src/pages/Upstream/locales/en-US.ts
+++ b/web/src/pages/Upstream/locales/en-US.ts
@@ -15,7 +15,7 @@
* limitations under the License.
*/
export default {
- 'page.upstream.step.select.upstream': 'Select Upstream',
+ 'page.upstream.step.select.upstream': 'Upstream',
'page.upstream.step.select.upstream.select.option': 'Custom',
'page.upstream.step.select.upstream.select.option.serviceSelected':
'Custom (The current configuration will override the bound service)',