diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index 47e98310e3d..0b32b0ee820 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -9,6 +9,7 @@ label.domain.router=Domain router
label.console.proxy=Console proxy
label.secondary.storage.vm=Secondary storage VM
label.add.netScaler.device=Add Netscaler device
+label.add.F5.device=Add F5 device
#new labels (end) ************************************************************************************************
diff --git a/ui/index.jsp b/ui/index.jsp
index 68e804c55a9..c93bfc15a8e 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -2929,6 +2929,7 @@ dictionary = {
'label.domain.router' : '',
'label.console.proxy' : '',
'label.secondary.storage.vm' : '',
-'label.add.netScaler.device': ''
+'label.add.netScaler.device': '',
+'label.add.F5.device': ''
};
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 7cae3c84d3d..d144f5319a0 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -2582,9 +2582,9 @@
},
actions: {
add: {
- label: 'label.add.new.F5',
+ label: 'label.add.F5.device',
createForm: {
- title: 'label.add.new.F5',
+ title: 'label.add.F5.device',
fields: {
ip: {
label: 'label.ip.address'
@@ -2678,7 +2678,7 @@
},
messages: {
notification: function(args) {
- return 'label.add.new.F5';
+ return 'label.add.F5.device';
}
},
notification: {
@@ -4199,9 +4199,10 @@
}
},
+ // F5 devices listView
f5Providers: {
id: 'f5Providers',
- title: 'label.f5',
+ title: 'label.devices',
listView: {
id: 'f5Providers',
fields: {
@@ -4216,9 +4217,9 @@
},
actions: {
add: {
- label: 'label.add.new.F5',
+ label: 'label.add.F5.device',
createForm: {
- title: 'label.add.new.F5',
+ title: 'label.add.F5.device',
fields: {
ip: {
label: 'label.ip.address'