diff --git a/components/insight/Insight.tsx b/components/insight/Insight.tsx index 6b0a614..2a0665f 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 integrate Google Search Data for this Domain. + Goolge 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 1048e0a..f2b9d06 100644 --- a/components/keywords/SCKeywordsTable.tsx +++ b/components/keywords/SCKeywordsTable.tsx @@ -212,7 +212,7 @@ const SCKeywordsTable = ({ domain, keywords = [], isLoading = true, isConsoleInt )} {!isConsoleIntegrated && (- Goolge Search has not been Integrated yet. Please follow These Steps integrate Google Search Data for this Domain. + Goolge Search has not been Integrated yet. Please follow These Steps to integrate Google Search Data for this Domain.
)}