Commit 35cfd2fc3b0319c44cc51d7f773462ab172139fa
1 parent
98e35be1
Exists in
master
and in
3 other branches
Changed 'Embed Video' to 'YouTube Video'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
topics/templates/topics/list.html
... | ... | @@ -53,7 +53,7 @@ |
53 | 53 | </button> |
54 | 54 | <ul class="dropdown-menu"> |
55 | 55 | <li><a href="{% url 'pdf_files:create' topic.slug %}"><i class="fa fa-file-pdf-o"></i> {% trans "PDF File" %}</a></li> |
56 | - <li><a href="{% url 'youtube:create' topic.slug %}"><i class="fa fa-video-camera"></i> {% trans 'Video Embed' %}</a></li> | |
56 | + <li><a href="{% url 'youtube:create' topic.slug %}"><i class="fa fa-video-camera"></i> {% trans 'YouTube Video' %}</a></li> | |
57 | 57 | <li><a href="#"><i class="fa fa-comments-o"></i> {% trans 'Forum' %}</a></li> |
58 | 58 | <li><a href="{% url 'file_links:create' topic.slug %}"><i class="fa fa-file-archive-o"></i> {% trans 'File Link' %}</a></li> |
59 | 59 | <li><a href="{% url 'links:create' topic.slug %}" > <i class="fa fa-globe"></i> {% trans "Link to Website" %}</a> | ... | ... |