mirror of https://github.com/xwiki-labs/cryptpad
change recent to local pads
This commit is contained in:
parent
90075cd48e
commit
355b7f1839
|
@ -263,7 +263,7 @@ define([
|
||||||
[ 'slide', '/slide/', Msg.main_slidePad, 'fa-file-powerpoint-o' ],
|
[ 'slide', '/slide/', Msg.main_slidePad, 'fa-file-powerpoint-o' ],
|
||||||
[ 'poll.cp-more.cp-hidden', '/poll/', Msg.main_pollPad, 'fa-calendar' ],
|
[ 'poll.cp-more.cp-hidden', '/poll/', Msg.main_pollPad, 'fa-calendar' ],
|
||||||
[ 'whiteboard.cp-more.cp-hidden', '/whiteboard/', Msg.main_whiteboardPad, 'fa-paint-brush' ],
|
[ 'whiteboard.cp-more.cp-hidden', '/whiteboard/', Msg.main_whiteboardPad, 'fa-paint-brush' ],
|
||||||
[ 'recent.cp-more.cp-hidden', '/drive/', Msg.main_recentPads, 'fa-hdd-o' ]
|
[ 'recent.cp-more.cp-hidden', '/drive/', Msg.main_localPads, 'fa-hdd-o' ]
|
||||||
].map(function (x) {
|
].map(function (x) {
|
||||||
return h('a', [
|
return h('a', [
|
||||||
{ href: x[1] },
|
{ href: x[1] },
|
||||||
|
|
|
@ -525,7 +525,7 @@ define(function () {
|
||||||
out.main_slidePad = 'Markdown Presentation';
|
out.main_slidePad = 'Markdown Presentation';
|
||||||
out.main_pollPad = 'Poll or Schedule';
|
out.main_pollPad = 'Poll or Schedule';
|
||||||
out.main_whiteboardPad = 'Whiteboard';
|
out.main_whiteboardPad = 'Whiteboard';
|
||||||
out.main_recentPads = 'Recent Pads';
|
out.main_localPads = 'Local Pads';
|
||||||
|
|
||||||
out.footer_applications = "Applications";
|
out.footer_applications = "Applications";
|
||||||
out.footer_contact = "Contact";
|
out.footer_contact = "Contact";
|
||||||
|
|
Loading…
Reference in New Issue