diff --git a/components/insight/Insight.tsx b/components/insight/Insight.tsx index 2a0665f..3ea9556 100644 --- a/components/insight/Insight.tsx +++ b/components/insight/Insight.tsx @@ -117,7 +117,7 @@ const SCInsight = ({ insight, isLoading = true, isConsoleIntegrated = true }: SC )} {!isConsoleIntegrated && (
- Goolge Search has not been Integrated yet. Please follow These Steps to integrate Google Search Data for this Domain. + Google Search has not been Integrated yet. Please follow These Steps to integrate Google Search Data for this Domain.
)} diff --git a/components/keywords/SCKeywordsTable.tsx b/components/keywords/SCKeywordsTable.tsx index 5a3a2ec..7f43d3d 100644 --- a/components/keywords/SCKeywordsTable.tsx +++ b/components/keywords/SCKeywordsTable.tsx @@ -214,7 +214,7 @@ const SCKeywordsTable = ({ domain, keywords = [], isLoading = true, isConsoleInt )} {!isConsoleIntegrated && (- Goolge Search has not been Integrated yet. Please follow These Steps to integrate Google Search Data for this Domain. + Google Search has not been Integrated yet. Please follow These Steps to integrate Google Search Data for this Domain.
)}