Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Reverses the order so that older articles are displayed first.
### Disable Automatic Refresh
This option disables automatic feed synchronization with the backend, which occurs every 60 seconds.

### Abonnements (OPML)
### Subscriptions (OPML)
Feed lists in OPML format can be imported and exported here. Feeds that cannot be loaded during the import will be ignored.

# Using News with Clients
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/AppSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</NcAppSettingsSection>

<NcAppSettingsSection id="settings-opml" :name="t('news', 'Import') + '/' + t('news', 'Export')">
<NcFormGroup :label="t('news', 'Abonnements (OPML)')">
<NcFormGroup :label="t('news', 'Subscriptions (OPML)')">
<div class="button-container">
<NcButton
aria-label="UploadOpml"
Expand Down
Loading