Skip to content

Commit 6082887

Browse files
committed
Add missing '_label' suffix to translation identifier
1 parent 8da336b commit 6082887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"preferences_continue_autoplay_label": "Autoplay next video: ",
6666
"preferences_listen_label": "Listen by default: ",
6767
"preferences_local_label": "Proxy videos: ",
68-
"preferences_watch_history": "Enable watch history: ",
68+
"preferences_watch_history_label": "Enable watch history: ",
6969
"preferences_speed_label": "Default speed: ",
7070
"preferences_quality_label": "Preferred video quality: ",
7171
"preferences_quality_option_dash": "DASH (adaptative quality)",

src/invidious/views/user/preferences.ecr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<legend><%= translate(locale, "preferences_category_subscription") %></legend>
208208

209209
<div class="pure-control-group">
210-
<label for="watch_history"><%= translate(locale, "preferences_watch_history") %></label>
210+
<label for="watch_history"><%= translate(locale, "preferences_watch_history_label") %></label>
211211
<input name="watch_history" id="watch_history" type="checkbox" <% if preferences.watch_history %>checked<% end %>>
212212
</div>
213213

0 commit comments

Comments
 (0)