diff --git a/next/components/organisms/Blog/Home.js b/next/components/organisms/Blog/Home.js
index 00444ad1..a94f1eba 100644
--- a/next/components/organisms/Blog/Home.js
+++ b/next/components/organisms/Blog/Home.js
@@ -365,29 +365,31 @@ export function BlogGrid({ posts, category }) {
{categories?.[key] || t(key)}
-
- Ver todos
-
-
+ {value.length > 7 &&
+
+ {t("seeAll")}
+
+
+ }
diff --git a/next/pages/blog/[slug].js b/next/pages/blog/[slug].js
index 73d84ece..7df90f8a 100644
--- a/next/pages/blog/[slug].js
+++ b/next/pages/blog/[slug].js
@@ -71,10 +71,10 @@ export default function Post({ slug, mdxSource, headings }) {
paddingX="24px"
>
- {frontmatter.title} – Blog – Base dos Dados
+ {frontmatter.title} – {t("pageTitle")}
Notou algo errado ou tem uma sugestão?
+ >{t("noticedSomething")}
Contribua com a BD editando este artigo via pull request no nosso GitHub.
+ >{t("contributeToBD")}
- Blog – Base dos Dados
+ {t("pageTitle")}
diff --git a/next/pages/case-studies/[id].js b/next/pages/case-studies/[id].js
index 9120afce..a684b14d 100644
--- a/next/pages/case-studies/[id].js
+++ b/next/pages/case-studies/[id].js
@@ -221,7 +221,7 @@ export default function CaseStudies ({ serialize }) {
color="#252A32"
fontWeight="500"
>
- Sobre
+ {t('about')}
- Setor
+ {t('sector')}