Skip to content

Commit

Permalink
GH-18 - Improve hashtag help text (#19)
Browse files Browse the repository at this point in the history
* Improved date format help text

* Updated help text

* Linting
  • Loading branch information
marianunez authored Mar 22, 2020
1 parent 65265af commit 9892a00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions webapp/src/components/meeting_settings/meeting_settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,13 @@ export default class MeetingSettingsModal extends React.PureComponent {
className='form-control'
value={this.state.hashtag ? this.state.hashtag : ''}
/>
<p className='text-muted pt-1'> {'Date format should follow the one of '}
<p className='text-muted pt-1'> {'Hashtag is formatted using the '}
<a
target='_blank'
rel='noopener noreferrer'
href='https://yourbasic.org/golang/format-parse-string-time-date-example/#standard-time-and-date-formats'
>{'the predefined layouts'}</a>
href='https://godoc.org/time#pkg-constants'
>{'Go time package.'}</a>
{' Embed a date by writing down what January 2, 2006 would look like.'}
</p>
</div>
</Modal.Body>
Expand Down

0 comments on commit 9892a00

Please sign in to comment.