Add missing '_label' suffix to translation identifier

This commit is contained in:
Samantaz Fox 2022-02-23 16:43:59 +01:00
parent 8da336b7aa
commit 6082887070
No known key found for this signature in database
GPG Key ID: F42821059186176E
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
"preferences_continue_autoplay_label": "Autoplay next video: ",
"preferences_listen_label": "Listen by default: ",
"preferences_local_label": "Proxy videos: ",
"preferences_watch_history": "Enable watch history: ",
"preferences_watch_history_label": "Enable watch history: ",
"preferences_speed_label": "Default speed: ",
"preferences_quality_label": "Preferred video quality: ",
"preferences_quality_option_dash": "DASH (adaptative quality)",

View File

@ -207,7 +207,7 @@
<legend><%= translate(locale, "preferences_category_subscription") %></legend>
<div class="pure-control-group">
<label for="watch_history"><%= translate(locale, "preferences_watch_history") %></label>
<label for="watch_history"><%= translate(locale, "preferences_watch_history_label") %></label>
<input name="watch_history" id="watch_history" type="checkbox" <% if preferences.watch_history %>checked<% end %>>
</div>