From caac5f3ab26bbe3a5fcaec1576415fd01f837da2 Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Wed, 17 May 2023 22:16:37 +0400 Subject: [PATCH] Another fixation. --- .../BankYouBankruptCashierApp/Views/Home/Create.cshtml | 2 +- .../BankYouBankruptCashierApp/Views/Home/CreateReport.cshtml | 2 +- .../BankYouBankruptCashierApp/Views/Home/Enter.cshtml | 2 +- .../BankYouBankruptCashierApp/Views/Home/MoneyTransfers.cshtml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Create.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Create.cshtml index 64c2f2c..2486046 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Create.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Create.cshtml @@ -1,5 +1,5 @@ @{ - ViewData["Title"] = "Create"; + ViewData["Title"] = "Открытие счёта"; }
diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CreateReport.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CreateReport.cshtml index 30e9503..c00de4a 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CreateReport.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CreateReport.cshtml @@ -1,5 +1,5 @@ @{ - ViewData["Title"] = "CreateReport"; + ViewData["Title"] = "Создание отчёта"; }
diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml index 82f8a43..65705a9 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/Enter.cshtml @@ -1,5 +1,5 @@ @{ - ViewData["Title"] = "Вход"; + ViewData["Title"] = "Авторизация"; }
diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/MoneyTransfers.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/MoneyTransfers.cshtml index deb6db6..b4ccb2b 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/MoneyTransfers.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/MoneyTransfers.cshtml @@ -1,5 +1,5 @@ @{ - ViewData["Title"] = "Перевод меджу счетами"; + ViewData["Title"] = "Переводы меджу счетами"; }