Skip to content
Snippets Groups Projects
Commit fc51d7fa authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Fix translation for Direct Messages and Private Groups in Admin/Rooms

parent 98dbc13c
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
{{#unless isReady}}<i class="icon-spin4"></i>{{/unless}}
</div>
<input type="checkbox" name="room-type" value="c"> {{_ "Channels"}}
<input type="checkbox" name="room-type" value="d"> {{_ "Direct Messages"}}
<input type="checkbox" name="room-type" value="p"> {{_ "Private Groups"}}
<input type="checkbox" name="room-type" value="d"> {{_ "Direct_Messages"}}
<input type="checkbox" name="room-type" value="p"> {{_ "Private_Groups"}}
</form>
<div class="results">
{{{_ "Showing_results" roomCount}}}
......
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