1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Changed wordings on 'Make a Note' pane

Note type descriptions are now more concise and uniform in style.
This commit is contained in:
Salvatore Tosti
2017-04-22 08:16:05 -07:00
parent 6a711d6a71
commit ae93c38d46

View File

@@ -117,7 +117,7 @@ class NewNoteModal extends React.Component {
className='fa fa-file-text-o'
/><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 styleName='control-button'
@@ -129,7 +129,7 @@ class NewNoteModal extends React.Component {
className='fa fa-code'
/><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>
</button>