diff --git a/src/front/cobalt.js b/src/front/cobalt.js
index 509e54cb..f5db3a0b 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 ce396891..2b251fe3 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)