feat: update project titles in metadata and translations for consistency

This commit is contained in:
2025-10-10 08:59:22 +02:00
parent ec5b60d478
commit 7ec4bdf620
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ const geistMono = Geist_Mono({
}); });
export const metadata = { export const metadata = {
title: "Panel Wastpol", title: "eProjektant Wastpol",
description: "Panel Wastpol", description: "Panel Wastpol",
}; };

View File

@@ -18,7 +18,7 @@ const translations = {
tasks: "Zadania", tasks: "Zadania",
contracts: "Umowy", contracts: "Umowy",
userManagement: "Zarządzanie użytkownikami", userManagement: "Zarządzanie użytkownikami",
projectPanel: "Panel Projektów", projectPanel: "eProjektant",
loading: "Ładowanie...", loading: "Ładowanie...",
signOut: "Wyloguj się", signOut: "Wyloguj się",
signIn: "Zaloguj się" signIn: "Zaloguj się"
@@ -146,7 +146,7 @@ const translations = {
// Projects // Projects
projects: { projects: {
title: "Projekty", title: "Projekty",
subtitle: "---", subtitle: "",
newProject: "Nowy projekt", newProject: "Nowy projekt",
editProject: "Edytuj projekt", editProject: "Edytuj projekt",
deleteProject: "Usuń projekt", deleteProject: "Usuń projekt",