From 73d3264d20c0ccc34f81a4c322b97af5669fb96d Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Mon, 8 Apr 2024 11:07:12 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=20=D0=BC=D0=B0=D0=BA=D0=B5=D1=82=D0=B5=20web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SecurirySystemClientApp/Views/Home/Privacy.cshtml | 2 +- .../SecurirySystemClientApp/Views/Shared/_Layout.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SecuritySystem/SecurirySystemClientApp/Views/Home/Privacy.cshtml b/SecuritySystem/SecurirySystemClientApp/Views/Home/Privacy.cshtml index e045ccd..4f30847 100644 --- a/SecuritySystem/SecurirySystemClientApp/Views/Home/Privacy.cshtml +++ b/SecuritySystem/SecurirySystemClientApp/Views/Home/Privacy.cshtml @@ -1,7 +1,7 @@ @using SecuritySystemContracts.ViewModels @model ClientViewModel @{ - ViewData["Title"] = "Политика приватности"; + ViewData["Title"] = "Личные данные"; }

Личные данные

diff --git a/SecuritySystem/SecurirySystemClientApp/Views/Shared/_Layout.cshtml b/SecuritySystem/SecurirySystemClientApp/Views/Shared/_Layout.cshtml index bf0d50c..2266cf1 100644 --- a/SecuritySystem/SecurirySystemClientApp/Views/Shared/_Layout.cshtml +++ b/SecuritySystem/SecurirySystemClientApp/Views/Shared/_Layout.cshtml @@ -13,7 +13,7 @@