diff --git a/src/components/create-profile-dialog.tsx b/src/components/create-profile-dialog.tsx index 5972ed5..afc19a4 100644 --- a/src/components/create-profile-dialog.tsx +++ b/src/components/create-profile-dialog.tsx @@ -148,11 +148,6 @@ export function CreateProfileDialog({ setLaunchHook(""); }; - // Handle back button - const handleBack = () => { - resetForm(); - }; - const handleTabChange = (value: string) => { setActiveTab(value); resetForm(); @@ -1559,8 +1554,8 @@ export function CreateProfileDialog({ {currentStep === "browser-config" ? ( <> - - {t("common.buttons.back")} + + {t("common.buttons.close")}