+
+ {t("import.channelName")}
+ {t("import.channelSlot")}
+
+ {channelSet?.settings.map((channel, index) => (
+
+
-
+
))}
diff --git a/packages/web/src/components/Dialog/QRDialog.tsx b/packages/web/src/components/Dialog/QRDialog.tsx
index 87cbc9bb..b882c285 100644
--- a/packages/web/src/components/Dialog/QRDialog.tsx
+++ b/packages/web/src/components/Dialog/QRDialog.tsx
@@ -82,7 +82,7 @@ export const QRDialog = ({
: `${t("page.channelIndex", {
ns: "channels",
index: channel.index,
- })}${channel.index}`}
+ })}`}