diff --git a/src/SIL.XForge.Scripture/ClientApp/src/app/checking/import-questions-dialog/import-questions-dialog.component.html b/src/SIL.XForge.Scripture/ClientApp/src/app/checking/import-questions-dialog/import-questions-dialog.component.html
index 3eb40ba3ad7..c4246ee6501 100644
--- a/src/SIL.XForge.Scripture/ClientApp/src/app/checking/import-questions-dialog/import-questions-dialog.component.html
+++ b/src/SIL.XForge.Scripture/ClientApp/src/app/checking/import-questions-dialog/import-questions-dialog.component.html
@@ -49,9 +49,7 @@
{{ t("learn_more") }}
@if (transceleratorRequest.status === "offline") {
-
- {{ t("no_import_offline", { method: "Transcelerator" }) }}
-
+ {{ t("no_import_offline", { method: "Transcelerator" }) }}
} @else if (transceleratorRequest.status === "trying" && transceleratorRequest.failedAttempts > 0) {
{{ t("network_error_transcelerator", { count: transceleratorRequest.failedAttempts }) }}
@@ -113,9 +111,7 @@
{{ t("learn_more") }}
@if (!isOnline) {
-
- {{ t("no_import_offline", { method: "Paratext" }) }}
-
+ {{ t("no_import_offline", { method: "Paratext" }) }}
}