diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 509e54c..f5db3a0 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -235,7 +235,7 @@ function popup(type, action, text) { `` + - `` + + `` + `` } break; @@ -252,7 +252,7 @@ function popup(type, action, text) { }>` + `
${text.arr[i].type}
` + `
` + - `` + + `` + `` } eid("picker-download").classList.remove("visible"); @@ -601,9 +601,9 @@ window.onload = () => { if (setUn !== null) { if (setUn) { sSet("migrated", "true") - eid("desc-migration").innerHTML += `

${loc.DataTransferSuccess}` + eid("desc-migration").innerHTML += `

${loc.DataTransferSuccess}` } else { - eid("desc-migration").innerHTML += `

${loc.DataTransferError}` + eid("desc-migration").innerHTML += `

${loc.DataTransferError}` } } } diff --git a/src/localization/manager.js b/src/localization/manager.js index ce39689..2b251fe 100644 --- a/src/localization/manager.js +++ b/src/localization/manager.js @@ -17,7 +17,7 @@ export async function loadLoc() { export function replaceBase(s) { return s - .replace(/\n/g, '
') + .replace(/\n/g, '
') .replace(/{saveToGalleryShortcut}/g, links.saveToGalleryShortcut) .replace(/{repo}/g, repo) .replace(/{statusPage}/g, links.statusPage)