Fix inconsistency in translation

pull/557/head
Omar Roth 6 years ago
parent f820706e4f
commit f66fa1150e
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -206,7 +206,7 @@ var video_data = {
<% if !rvs.empty? %>
<div <% if plid %>style="display:none"<% end %>>
<div class="pure-control-group">
<label for="continue"><%= translate(locale, "Autoplay next video: ") %></label>
<label for="continue"><%= translate(locale, "Play next by default: ") %></label>
<input name="continue" id="continue" type="checkbox" <% if params.continue %>checked<% end %>>
</div>
<hr>

Loading…
Cancel
Save