diff --git a/src/components/create-profile-dialog.tsx b/src/components/create-profile-dialog.tsx index 8b15391..2eba2fd 100644 --- a/src/components/create-profile-dialog.tsx +++ b/src/components/create-profile-dialog.tsx @@ -293,7 +293,7 @@ export function CreateProfileDialog({ disabled={true} className="opacity-50" > - {displayName} (Not supported on this platform) + {displayName} (Not supported) diff --git a/src/components/import-profile-dialog.tsx b/src/components/import-profile-dialog.tsx index 3211bcb..ee7cae0 100644 --- a/src/components/import-profile-dialog.tsx +++ b/src/components/import-profile-dialog.tsx @@ -458,7 +458,7 @@ export function ImportProfileDialog({ isLoading } > - Import Detected Profile + Import Profile ) : ( - Import Manual Profile + Import Profile )}