Администрация
This commit is contained in:
@@ -113,7 +113,7 @@ function getRoleDisplayName(role) {
|
|||||||
'help': 'Помощь',
|
'help': 'Помощь',
|
||||||
'ithelp': 'IT поддержка',
|
'ithelp': 'IT поддержка',
|
||||||
'request': 'Заявки',
|
'request': 'Заявки',
|
||||||
'tasks': 'Задачи',
|
'tasks': 'Администрация',
|
||||||
'teacher': 'Учитель'
|
'teacher': 'Учитель'
|
||||||
};
|
};
|
||||||
return roleNames[role] || role;
|
return roleNames[role] || role;
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ function getRoleDisplayName(role) {
|
|||||||
'help': 'Помощь',
|
'help': 'Помощь',
|
||||||
'ithelp': 'IT поддержка',
|
'ithelp': 'IT поддержка',
|
||||||
'request': 'Заявки',
|
'request': 'Заявки',
|
||||||
'tasks': 'Задачи',
|
'tasks': 'Адмиинистрация',
|
||||||
'teacher': 'Учитель'
|
'teacher': 'Учитель'
|
||||||
};
|
};
|
||||||
return roleNames[role] || role;
|
return roleNames[role] || role;
|
||||||
|
|||||||
Reference in New Issue
Block a user