Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit ebd42a8

Browse files
committed
Fix missing 'add LDAP account' label
1 parent 66e805c commit ebd42a8

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

client/WEB-INF/classes/resources/messages.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17+
label.add.ldap.account=Add LDAP account
1718
label.vm.ip=VM IP Address
1819
message.listView.subselect.multi=(Ctrl/Cmd-click)
1920
label.use.vm.ips=Use VM IPs

ui/dictionary2.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ under the License.
2525
<% long now = System.currentTimeMillis(); %>
2626
<script type="text/javascript">
2727
$.extend(dictionary, {
28+
'label.add.ldap.account': '<fmt:message key="label.add.ldap.account" />',
2829
'label.rules': '<fmt:message key="label.rules" />',
2930
'label.running.vms': '<fmt:message key="label.running.vms" />',
3031
'label.s3.access_key': '<fmt:message key="label.s3.access_key" />',

ui/scripts/accounts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494

9595
addLdapAccount: {
96-
label: 'label.add.LDAP.account',
96+
label: 'label.add.ldap.account',
9797
isHeader: true,
9898
preFilter: function(args) {
9999
//if (isAdmin() && true) { //for testing only
@@ -105,7 +105,7 @@
105105
},
106106
messages: {
107107
notification: function(args) {
108-
return 'label.add.LDAP.account';
108+
return 'label.add.ldap.account';
109109
}
110110
},
111111
notification: {

0 commit comments

Comments
 (0)