diff --git a/~dev_rating/application/views/profile/student.twig b/~dev_rating/application/views/profile/student.twig
index b49944a8d1e720b3208ea335d75a9abe33fdd3bd..08945895afa9d4b301bb83ce4bdc61d56387ac9e 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 7c9b14f61cf271bcb3461688139d39ae24c401fa..8468e64570e9c6147b37c965190717edda4319c4 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">