Skip to content
Snippets Groups Projects
Commit f4eb6edd authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix typo

parent 486fd0a4
No related branches found
No related tags found
No related merge requests found
......@@ -590,7 +590,7 @@
"Yes_mute_user" : "Yes, mute user!",
"Yes_remove_user" : "Yes, remove user!",
"you_are_in_preview_mode_of" : "You are in preview mode of channel #<strong>__room_name__</strong>",
"You_are_logged_as" : "You are logged as",
"You_are_logged_in_as" : "You are logged in as",
"You_can_change_a_different_avatar_too" : "You can override the avatar used to post from this integration.",
"You_can_use_an_emoji_as_avatar" : "You can also use an emoji as an avatar.",
"You_have_been_muted" : "You have been muted and cannot speak in this room",
......
......@@ -455,7 +455,7 @@
"Yes_clear_all" : "Sim, limpar tudo!",
"Yes_delete_it" : "Sim, exclua!",
"you_are_in_preview_mode_of" : "Esta é uma prévia do canal #<strong>__room_name__</strong>",
"You_are_logged_as" : "Vocês está logado como",
"You_are_logged_in_as" : "Vocês está logado como",
"You_need_confirm_email" : "Você precisa confirmar seu email para logar!",
"You_will_not_be_able_to_recover" : "Você não será capaz de desfazer!",
"Your_entry_has_been_deleted" : "Sua mensagem foi excluída.",
......
......@@ -8,7 +8,7 @@
{{> avatar username=currentUser.username}}
</div>
<div class="username">
{{_ "You_are_logged_as"}}
{{_ "You_are_logged_in_as"}}
<h1>{{currentUser.username}}</h1>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment