title on chat section

parent 3c1938d7
......@@ -511,7 +511,7 @@
"username_default": "Account identifier (don't use spaces)",
"username_exists": "There is already an account with name '{{username}}'",
"user_created": "Account created!",
"user_created_text": "An email with instructions to activate the account has been sent to {{email}}. If you do not find it in your mailbox, please, review the SPAM folder",
"user_created_text": "An email with instructions to activate the account has been sent to {{email}}. If you do not find it in your inbox, please, review the SPAM folder",
"user_exists": "User with email {{email}} already exists",
"validate_fail": "The user account couldn't be validated",
"validate_success": "The user account has been validated. Now, you can login from the link below",
......
......@@ -2,6 +2,11 @@
<!-- chat tab-->
<div class="panel panel-default student_tab_panel">
<div class="row">
<div class="col-md-12">
<legend>&nbsp; {{ 'chat' | translate }}</legend>
</div>
</div>
<div class="chat-panel-body" scroll-glue>
<div ng-if="messages.length == 0">
<span class="label label-info" translate>empty_chat</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment