diff --git a/src/pages/Importer/ImportBinary.tsx b/src/pages/Importer/ImportBinary.tsx
index 4d0e481..1d47954 100644
--- a/src/pages/Importer/ImportBinary.tsx
+++ b/src/pages/Importer/ImportBinary.tsx
@@ -47,8 +47,8 @@ export function ImportBinary(props: { autoImportBinary?: boolean; wikiWorkspace:
? `${t('Downloading.FetchAndWrite')} ${Math.floor(importBinaryFetchAndWritPercentage * 100)}%`
: t('Log.SynchronizationFinish'))}
-
-
+
+
>
)}
{importBinaryError !== undefined && (
diff --git a/src/pages/Importer/Index.tsx b/src/pages/Importer/Index.tsx
index 83a22ef..992c0dc 100644
--- a/src/pages/Importer/Index.tsx
+++ b/src/pages/Importer/Index.tsx
@@ -246,13 +246,13 @@ export const Importer: FC>
<>
{t('Loading')}
{t('Downloading.HTML')}
-
+
{t('Downloading.TiddlersListAndEssential')}
-
-
-
+
+
+
{t('Downloading.TiddlerTexts')}
-
+
>
)}
{importStatus === 'sqlite' && (
@@ -266,9 +266,9 @@ export const Importer: FC>
? `${t('Downloading.Text')} ${Math.floor(addTextToSQLitePercentage * 100)}%`
: t('Log.SynchronizationFinish'))}
-
-
-
+
+
+
>
)}
{importStatus === 'success' && createdWikiWorkspace !== undefined && (
diff --git a/src/pages/WikiWebView/WikiViewer.tsx b/src/pages/WikiWebView/WikiViewer.tsx
index 89f8225..949d3a1 100644
--- a/src/pages/WikiWebView/WikiViewer.tsx
+++ b/src/pages/WikiWebView/WikiViewer.tsx
@@ -124,7 +124,7 @@ export function WikiViewer({ wikiWorkspace, webviewSideReceiver, quickLoad }: Wi
// TODO: check if webViewKeyToReloadAfterRecycleByOS on component is working. Sometimes the source works, but preload is not applied
return (
<>
-
+