summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-06-06 06:33:24 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-06-06 06:33:24 +0300
commit45a11b2b54a1479c82a711d3348f10d6ac462cec (patch)
tree890327945879609553a0faaab926139cd3fff240
parent480faae00b0d5ab545506e81d744be781059f8bb (diff)
Edit page titles
-rw-r--r--Views/Products/Create.cshtml2
-rw-r--r--Views/Products/Details.cshtml2
-rw-r--r--Views/Products/Index.cshtml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Views/Products/Create.cshtml b/Views/Products/Create.cshtml
index 4a6732c..c3cf926 100644
--- a/Views/Products/Create.cshtml
+++ b/Views/Products/Create.cshtml
@@ -5,7 +5,7 @@
<html>
<head>
- <title>New bundle</title>
+ <title>Новый продукт</title>
<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
</head>
diff --git a/Views/Products/Details.cshtml b/Views/Products/Details.cshtml
index 3e45748..e23d987 100644
--- a/Views/Products/Details.cshtml
+++ b/Views/Products/Details.cshtml
@@ -5,7 +5,7 @@
<html>
<head>
- <title>Комплект: @Model.Name</title>
+ <title>Продукт: @Model.Name</title>
<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
</head>
diff --git a/Views/Products/Index.cshtml b/Views/Products/Index.cshtml
index 0725bb6..4c624b8 100644
--- a/Views/Products/Index.cshtml
+++ b/Views/Products/Index.cshtml
@@ -5,7 +5,7 @@
<html>
<head>
- <title>My Darling Underwear</title>
+ <title>Продукты</title>
<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
</head>