(AcmeClient) change dialog style on successful test (warnings seems a bit off here)

This commit is contained in:
Ad Schellevis
2017-03-04 14:15:09 +01:00
parent 99e9e7dbae
commit c9e71c280c
@@ -175,7 +175,7 @@ POSSIBILITY OF SUCH DAMAGE.
});
} else {
BootstrapDialog.show({
type: BootstrapDialog.TYPE_WARNING,
type: BootstrapDialog.TYPE_INFO,
title: "{{ lang._('acme-client config test result') }}",
message: "{{ lang._('Your acme-client config contains no errors.') }}",
draggable: true