replace orion with ncd

This commit is contained in:
2023-12-12 19:42:42 -05:00
parent 964dbed416
commit 3901b510a2
8 changed files with 639 additions and 22 deletions

View File

@ -6,7 +6,7 @@ async function showPage({ rootEl, peertubeHelpers }) {
const description = await peertubeHelpers.markdownRenderer.enhancedMarkdownToHTML(settings["sell-cancel-description"]);
rootEl.innerHTML = `
<div class="orion-content text-center mt-5">
<div class="ncd-content text-center mt-5">
<h1>${await peertubeHelpers.translate("Subscription canceled.")}</h1>
<p>${description}</p>
</div>