Fixed new API key modal

This commit is contained in:
Bernd Bestel
2023-05-23 21:22:54 +02:00
parent 89c6d6683a
commit 8c79cc4f8e
2 changed files with 2 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ $(".apikey-show-qr-button").on("click", function()
}
bootbox.alert({
message: "<h1>" + __t("API key") + "</h1><h2 class='text-muted'>" + apiKeyDescription + "</h2><p><hr>" + QrCodeImgHtml(content) + "</p>",
message: "<div class='text-center'><h1>" + __t("API key") + "</h1><h2 class='text-muted'>" + apiKeyDescription + "</h2><p><hr>" + QrCodeImgHtml(content) + "</p></div>",
closeButton: false
});
});