diff --git a/astro.config.ts b/astro.config.ts
index 6c48504..b6f1940 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -50,7 +50,7 @@ export default defineConfig({
"
Dear user, terms and conditions have changed since the last time you visited!",
},
settings_modal: {
- title: "Cookie settings",
+ title: "Cookies settings",
save_settings_btn: "Save current selection",
accept_all_btn: "Accept all",
reject_all_btn: "Reject all",
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 876cb98..6dff6bb 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -41,7 +41,7 @@ const socialCount = SOCIALS.filter(social => social.active).length;
- Welcome to my personal blog. It is under migration from MEDIUM. + Welcome to my personal blog. Most of blogs are notes to myself during my learning journeys. Enjoy !
{ // only display if at least one social link is enabled