Skip to content

Commit 5a349ae

Browse files
Update wording on data control page for clarity
1 parent e2fc642 commit 5a349ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/invidious/views/data_control.ecr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<legend><%= translate(locale, "Import") %></legend>
99

1010
<div class="pure-control-group">
11-
<label for="import_youtube"><%= translate(locale, "Import Invidious data") %></label>
11+
<label for="import_youtube"><%= translate(locale, "Import Invidious JSON data") %></label>
1212
<input type="file" id="import_invidious" name="import_invidious">
1313
</div>
1414

1515
<div class="pure-control-group">
1616
<label for="import_youtube">
1717
<a rel="noopener" target="_blank" href="https://github.com/iv-org/documentation/blob/master/Export-YouTube-subscriptions.md">
18-
<%= translate(locale, "Import YouTube subscriptions") %>
18+
<%= translate(locale, "Import YouTube/OPML subscriptions") %>
1919
</a>
2020
</label>
2121
<input type="file" id="import_youtube" name="import_youtube">
@@ -51,7 +51,7 @@
5151
</div>
5252

5353
<div class="pure-control-group">
54-
<a href="/subscription_manager?action_takeout=1&format=json"><%= translate(locale, "Export data as JSON") %></a>
54+
<a href="/subscription_manager?action_takeout=1&format=json"><%= translate(locale, "Export Invidious data as JSON") %></a>
5555
</div>
5656
</fieldset>
5757
</form>

0 commit comments

Comments
 (0)