Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-18 - Improve hashtag help text #19

Merged
merged 3 commits into from
Mar 22, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 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'> {'Date format must follow '}
hanzei marked this conversation as resolved.
Show resolved Hide resolved
<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>
{' using January 02, 2006 as the reference date.'}
</p>
</div>
</Modal.Body>
Expand Down