From 804424e0a33ff80c152f504372558367b0101b75 Mon Sep 17 00:00:00 2001 From: SeongHo Park Date: Wed, 5 Jun 2024 15:16:05 +0700 Subject: [PATCH] changed header of about page --- frontend/src/lib/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index e9cb87404..db7e260ec 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -1,6 +1,6 @@ { "about": { - "title": "About page" + "title": "About" }, "admin_dashboard": { "title": "Admin Dashboard",