From be25846c011805320e86137650d711637e669180 Mon Sep 17 00:00:00 2001 From: Jacky Hu Date: Sat, 27 Jan 2018 18:38:03 +0800 Subject: [PATCH] Change "Method" to "Algorithm" in pool step Also add django.pot and djangojs.pot to .gitignore. Change-Id: I87e5ac59e0caeff5f7a1d2cab7edfec57151358a --- .gitignore | 2 ++ .../dashboard/project/lbaasv2/workflow/pool/pool.help.html | 2 +- .../static/dashboard/project/lbaasv2/workflow/pool/pool.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d51e750c..eccc5e25 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,8 @@ test-shim.js # Translations *.mo .zanata-cache/ +django.pot +djangojs.pot # Mr Developer .mr.developer.cfg diff --git a/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/pool/pool.help.html b/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/pool/pool.help.html index 0c30e583..e2b9172d 100644 --- a/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/pool/pool.help.html +++ b/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/pool/pool.help.html @@ -2,7 +2,7 @@ A pool represents a group of members over which the load balancing will be applied.

- Method: + Algorithm: The load balancer algorithm that distributes traffic to the pool members. diff --git a/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/pool/pool.html b/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/pool/pool.html index 765bc706..d2e7d4ac 100644 --- a/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/pool/pool.html +++ b/octavia_dashboard/static/dashboard/project/lbaasv2/workflow/pool/pool.html @@ -51,7 +51,7 @@