From 9765dbdc4ccaa6a34ff7e81facc1477c11820222 Mon Sep 17 00:00:00 2001 From: Max Pijittum Date: Thu, 21 Dec 2023 10:28:28 +0800 Subject: [PATCH] Change cookie consent title --- astro.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.ts b/astro.config.ts index b6f1940..afbfc0d 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: "Cookies settings", + title: "mahasak.com Cookies settings", save_settings_btn: "Save current selection", accept_all_btn: "Accept all", reject_all_btn: "Reject all",