From a8a999a4340de9a3d7fa3bfc3d9c77e73c7a60c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A8=D0=B0=D0=BB=D0=B8?=
 =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= <solidovic@gmail.com>
Date: Thu, 27 Nov 2014 20:27:37 +0300
Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=BC=D1=8F=20=D0=BF=D0=BE=D0=BB=D1=8C?=
 =?UTF-8?q?=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8F=20->=20=D0=BB?=
 =?UTF-8?q?=D0=BE=D0=B3=D0=B8=D0=BD=20=D0=B2=20=D0=BE=D0=BA=D0=BE=D1=88?=
 =?UTF-8?q?=D0=BA=D0=B5=20=D0=BF=D0=B5=D1=80=D1=81=D0=BE=D0=BD=D0=B0=D0=BB?=
 =?UTF-8?q?=D1=8C=D0=BD=D0=BE=D0=B9=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC?=
 =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ~dev_rating/application/views/profile/student.twig | 2 +-
 ~dev_rating/application/views/profile/teacher.twig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/~dev_rating/application/views/profile/student.twig b/~dev_rating/application/views/profile/student.twig
index b49944a8d..08945895a 100644
--- a/~dev_rating/application/views/profile/student.twig
+++ b/~dev_rating/application/views/profile/student.twig
@@ -19,7 +19,7 @@
         <div class="labeled_info">{{ User.Role }}</div>
     </div>
     <div class="profile_clearFix">
-        <div class="label">Имя пользователя:</div>
+        <div class="label">Логин:</div>
         <div class="labeled_info">{{ User.Login }}</div>
     </div>
     <div class="profile_clearFix">
diff --git a/~dev_rating/application/views/profile/teacher.twig b/~dev_rating/application/views/profile/teacher.twig
index 7c9b14f61..8468e6457 100644
--- a/~dev_rating/application/views/profile/teacher.twig
+++ b/~dev_rating/application/views/profile/teacher.twig
@@ -19,7 +19,7 @@
         <div class="labeled_info">{{ User.Role }}</div>
     </div>
     <div class="profile_clearFix">
-        <div class="label">Имя пользователя:</div>
+        <div class="label">Логин:</div>
         <div class="labeled_info">{{ User.Login }}</div>
     </div>
     <div class="profile_clearFix">
-- 
GitLab