replace orion with ncd
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user