+
+
+
+ {t("firstRunTitle")}
+ {t("firstRunGuidance")}
+ {t("firstRunLocalFirst")}
+ {safeFileName && (
+
+ {t("firstRunFileLabel")}{" "}
+ {safeFileName}
+
+ )}
+
+
+ {FIRST_RUN_ROLE_OPTIONS.map((option, optionIndex) => {
+ const checked = selectedRoleId === option.id;
+ return (
+
+ );
+ })}
+
+
+
+
+
+
+
+