Fix missing 'add LDAP account' label

This commit is contained in:
Brian Federle 2014-11-21 09:16:41 -08:00
parent 66e805cba9
commit ebd42a8435
3 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
label.add.ldap.account=Add LDAP account
label.vm.ip=VM IP Address
message.listView.subselect.multi=(Ctrl/Cmd-click)
label.use.vm.ips=Use VM IPs

View File

@ -25,6 +25,7 @@ under the License.
<% long now = System.currentTimeMillis(); %>
<script type="text/javascript">
$.extend(dictionary, {
'label.add.ldap.account': '<fmt:message key="label.add.ldap.account" />',
'label.rules': '<fmt:message key="label.rules" />',
'label.running.vms': '<fmt:message key="label.running.vms" />',
'label.s3.access_key': '<fmt:message key="label.s3.access_key" />',

View File

@ -93,7 +93,7 @@
},
addLdapAccount: {
label: 'label.add.LDAP.account',
label: 'label.add.ldap.account',
isHeader: true,
preFilter: function(args) {
//if (isAdmin() && true) { //for testing only
@ -105,7 +105,7 @@
},
messages: {
notification: function(args) {
return 'label.add.LDAP.account';
return 'label.add.ldap.account';
}
},
notification: {