From 7ec4bdf62003518b5a7d258bdbb76de128e9e883 Mon Sep 17 00:00:00 2001 From: RKWojs Date: Fri, 10 Oct 2025 08:59:22 +0200 Subject: [PATCH] feat: update project titles in metadata and translations for consistency --- src/app/layout.js | 2 +- src/lib/i18n.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.js b/src/app/layout.js index 49e6c46..1483de9 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -16,7 +16,7 @@ const geistMono = Geist_Mono({ }); export const metadata = { - title: "Panel Wastpol", + title: "eProjektant Wastpol", description: "Panel Wastpol", }; diff --git a/src/lib/i18n.js b/src/lib/i18n.js index 2d64efa..90c00b9 100644 --- a/src/lib/i18n.js +++ b/src/lib/i18n.js @@ -18,7 +18,7 @@ const translations = { tasks: "Zadania", contracts: "Umowy", userManagement: "Zarządzanie użytkownikami", - projectPanel: "Panel Projektów", + projectPanel: "eProjektant", loading: "Ładowanie...", signOut: "Wyloguj się", signIn: "Zaloguj się" @@ -146,7 +146,7 @@ const translations = { // Projects projects: { title: "Projekty", - subtitle: "---", + subtitle: "", newProject: "Nowy projekt", editProject: "Edytuj projekt", deleteProject: "Usuń projekt",