Skip to content

Commit 98bf9c9

Browse files
committed
Fixed typos for friends page
1 parent f80539a commit 98bf9c9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

friends/templates/join_friends.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{% extends 'base.html' %}
22
{% load i18n %}
3-
{% block subtitle %}{% translate "Friends' group" %}{% endblock %}
3+
{% block subtitle %}{% translate "Apply with friends" %}{% endblock %}
44
{% block content %}
55
<h1>{% translate "Apply with friends" %}</h1>
6-
<p>{% translate 'Please keep this in mind:' %}</p>
6+
<p>{% translate 'Form a group of friends to apply together. Please keep in mind:' %}</p>
77
<ul>
8-
<li>{% translate 'The friends group created is not required to be your final team for the hackathon.' %}</li>
9-
<li>{% translate 'If someone of the group is invited, the group will be closed and no one will be able to join.' %}</li>
8+
<li>{% translate 'The group of friends created does not have to be the final team for the hackathon.' %}</li>
9+
<li>{% translate 'If one member of the group is invited, the group will no longer be open to new members.' %}</li>
10+
<li>{% translate 'The likelihood of the entire group being invited increases when half of the group is already invited.' %}</li>
1011
{% if friends_max_capacity is not None %}
1112
<li>{% translate 'Max group capacity:' %} {{ friends_max_capacity }}</li>
1213
{% endif %}

0 commit comments

Comments
 (0)