import React from 'react' require('./MoreInfo.styl') export const MoreInfo = props =>
{props.t('Implement Tracim in your explorer')}
{props.displayWebdavBtn === true &&
{props.t('Find all your documents deposited online directly on your computer via the workstation, without going through the software.')}'
http://algoo.trac.im/webdav/
}
{props.t('Workspace Calendar')}
{props.displayCalendarBtn === true &&
{props.t('Each workspace has its own calendar.')}
http://algoo.trac.im/calendar/
}
export default MoreInfo