summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>