Add the contacts app in the dropdown menu

This commit is contained in:
yflory
2017-07-18 10:22:51 +02:00
parent 36d792874a
commit baf439648e
6 changed files with 9 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ define(function () {
out.type.whiteboard = 'Whiteboard';
out.type.file = 'File';
out.type.media = 'Media';
out.type.contacts = 'Contacts';
out.button_newpad = 'New Rich Text pad';
out.button_newcode = 'New Code pad';