Skip to content

Commit

Permalink
Add Nextcloud password hint (yang991178#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
quilicicf committed Nov 22, 2023
1 parent 174994c commit 5c58aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/settings/services/nextcloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ class NextcloudConfigsTab extends React.Component<
/>
</Stack.Item>
</Stack>
<span className="settings-hint up">
{intl.get("app.service.nextcloudPasswordHint")}
</span>
<Stack className="login-form" horizontal>
<Stack.Item>
<Label>{intl.get("service.fetchLimit")}</Label>
Expand Down
1 change: 1 addition & 0 deletions src/scripts/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
"endpoint": "Endpoint",
"username": "Username",
"password": "Password",
"nextcloudPasswordHint": "Generate an app password from NextCloud's user settings in Security > Devices & sessions",
"unchanged": "Unchanged",
"fetchLimit": "Sync limit",
"fetchLimitNum": "{count} latest articles",
Expand Down

0 comments on commit 5c58aa2

Please sign in to comment.