Change "Method" to "Algorithm" in pool step
Also add django.pot and djangojs.pot to .gitignore. Change-Id: I87e5ac59e0caeff5f7a1d2cab7edfec57151358a
This commit is contained in:
parent
6407785f3c
commit
be25846c01
2
.gitignore
vendored
2
.gitignore
vendored
@ -37,6 +37,8 @@ test-shim.js
|
|||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
.zanata-cache/
|
.zanata-cache/
|
||||||
|
django.pot
|
||||||
|
djangojs.pot
|
||||||
|
|
||||||
# Mr Developer
|
# Mr Developer
|
||||||
.mr.developer.cfg
|
.mr.developer.cfg
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
A pool represents a group of members over which the load balancing will be applied.
|
A pool represents a group of members over which the load balancing will be applied.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong translate>Method:</strong>
|
<strong translate>Algorithm:</strong>
|
||||||
<translate>
|
<translate>
|
||||||
The load balancer algorithm that distributes traffic to the pool members.
|
The load balancer algorithm that distributes traffic to the pool members.
|
||||||
</translate>
|
</translate>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<div class="col-xs-12 col-sm-8 col-md-6">
|
<div class="col-xs-12 col-sm-8 col-md-6">
|
||||||
<div class="form-group required">
|
<div class="form-group required">
|
||||||
<label class="control-label" for="method">
|
<label class="control-label" for="method">
|
||||||
<translate>Method</translate>
|
<translate>Algorithm</translate>
|
||||||
<span class="hz-icon-required fa fa-asterisk"></span>
|
<span class="hz-icon-required fa fa-asterisk"></span>
|
||||||
</label>
|
</label>
|
||||||
<select class="form-control" name="method" id="method"
|
<select class="form-control" name="method" id="method"
|
||||||
|
Loading…
Reference in New Issue
Block a user