diff --git a/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/maintenance.volt b/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/maintenance.volt index 9db0cab18..7934afc06 100644 --- a/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/maintenance.volt +++ b/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/maintenance.volt @@ -64,7 +64,7 @@ POSSIBILITY OF SUCH DAMAGE. $.post('/api/haproxy/maintenance/certDiff', payload, function(data) { BootstrapDialog.show({ type: BootstrapDialog.TYPE_INFO, - title: "{{ lang._('Diff between configured and active ssl certificates') }}", + title: "{{ lang._('Diff between configured and active SSL certificates') }}", message: `
${data}`,
buttons: [{
label: '{{ lang._('Close') }}',
@@ -80,7 +80,7 @@ POSSIBILITY OF SUCH DAMAGE.
$.post('/api/haproxy/maintenance/certActions', payload, function(data_actions) {
question = ''
question += `${data_actions}`;
- question += '{{ lang._('Apply ssl certificates to HaProxy?') }}';
+ question += '{{ lang._('Apply SSL certificates to HAProxy?') }}';
stdDialogConfirm('{{ lang._('Confirmation Required') }}',
question,
@@ -92,7 +92,7 @@ POSSIBILITY OF SUCH DAMAGE.
var error_msg = syncErrorMessage(data.result.modified, data.result.deleted);
BootstrapDialog.show({
type: BootstrapDialog.TYPE_DANGER,
- title: "{{ lang._('Error applying ssl certificates to HAProxy') }}",
+ title: "{{ lang._('Error applying SSL certificates to HAProxy') }}",
message: error_msg,
buttons: [{
label: '{{ lang._('Close') }}',
@@ -124,8 +124,8 @@ POSSIBILITY OF SUCH DAMAGE.
formatters: {
"commands": function (column, row) {
buttons = ""
- buttons += ""
- buttons += " "
+ buttons += ""
+ buttons += " "
return buttons;
},
},
@@ -202,7 +202,7 @@ POSSIBILITY OF SUCH DAMAGE.
var error_msg = syncErrorMessage(data.result.modified, data.result.deleted);
BootstrapDialog.show({
type: BootstrapDialog.TYPE_DANGER,
- title: "{{ lang._('Error applying ssl certificates to HAProxy') }}",
+ title: "{{ lang._('Error applying SSL certificates to HAProxy') }}",
message: error_msg,
buttons: [{
label: '{{ lang._('Close') }}',
@@ -344,7 +344,7 @@ POSSIBILITY OF SUCH DAMAGE.
});
question += '';
question += '{{ lang._('State: ') }}' + state + '';
- question += '{{ lang._('Set administrative state for all selected server?') }} ';
+ question += '{{ lang._('Set administrative state for all selected servers?') }} ';
stdDialogConfirm('{{ lang._('Confirmation Required') }}',
question,
@@ -389,7 +389,7 @@ POSSIBILITY OF SUCH DAMAGE.
question += '