Skip to content

Commit

Permalink
Small improvement in form presentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Nov 16, 2017
1 parent 3ec60d3 commit c2d0e23
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,14 @@ class SisSupervisorGroupsContainer extends Component {
</tbody>
</Table>
: <div className="text-center">
<b>
<FormattedMessage
id="app.sisSupervisor.noSisGroups"
defaultMessage="Currently there are no ReCodEx groups matching this SIS lecture."
/>
</b>
<p>
<b>
<FormattedMessage
id="app.sisSupervisor.noSisGroups"
defaultMessage="Currently there are no ReCodEx groups matching this SIS lecture."
/>
</b>
</p>
</div>}
<Row>
<Col xs={6}>
Expand Down Expand Up @@ -323,7 +325,7 @@ SisSupervisorGroupsContainer.propTypes = {
createGroup: PropTypes.func.isRequired,
bindGroup: PropTypes.func.isRequired,
links: PropTypes.object,
sisPossibleParents: PropTypes.func.isRequired,
sisPossibleParents: ImmutablePropTypes.map,
intl: PropTypes.shape({ locale: PropTypes.string.isRequired }).isRequired
};

Expand Down

0 comments on commit c2d0e23

Please sign in to comment.