mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
fix modal header text
This commit is contained in:
@@ -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 remote ssl certificates') }}",
|
||||
title: "{{ lang._('Diff between configured and active ssl certificates') }}",
|
||||
message: `<pre>${data}</pre>`,
|
||||
buttons: [{
|
||||
label: '{{ lang._('Close') }}',
|
||||
|
||||
Reference in New Issue
Block a user