1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Merge pull request #480 from SalvatoreTosti/master

Changed wordings on 'Make a Note' pane
This commit is contained in:
Kazu Yokomizo
2017-04-29 14:09:00 +09:00
committed by GitHub

View File

@@ -117,7 +117,7 @@ class NewNoteModal extends React.Component {
className='fa fa-file-text-o' className='fa fa-file-text-o'
/><br /> /><br />
<span styleName='control-button-label'>Markdown Note</span><br /> <span styleName='control-button-label'>Markdown Note</span><br />
<span styleName='control-button-description'>It is good for any type of documents. Check List, Code block and Latex block are available.</span> <span styleName='control-button-description'>This format is for creating text documents. Checklists, code blocks and Latex blocks are available.</span>
</button> </button>
<button styleName='control-button' <button styleName='control-button'
@@ -129,7 +129,7 @@ class NewNoteModal extends React.Component {
className='fa fa-code' className='fa fa-code'
/><br /> /><br />
<span styleName='control-button-label'>Snippet Note</span><br /> <span styleName='control-button-label'>Snippet Note</span><br />
<span styleName='control-button-description'>This format is specialized on managing snippets like Gist. Multiple snippets can be grouped as a note. <span styleName='control-button-description'>This format is for creating code snippets. Multiple snippets can be grouped into a single note.
</span> </span>
</button> </button>