Skip to content

Commit

Permalink
chore: correct dav connection credential help text (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulade authored Aug 25, 2020
1 parent 2bea343 commit 69617a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/js/langs/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/js/manifest.js": "/js/manifest.js?id=7db827d654313dce4250",
"/js/vendor.js": "/js/vendor.js?id=75c03f33b9563dfbcf64",
"/js/vendor.js": "/js/vendor.js?id=ed7ab30a10ce492f9a9f",
"/js/app.js": "/js/app.js?id=c554d0eb61080d3e31de",
"/css/app-ltr.css": "/css/app-ltr.css?id=8ddb433684f4f74e3a04",
"/css/app-rtl.css": "/css/app-rtl.css?id=0b683888cd62063636a9",
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
'dav_clipboard_copied' => 'Value copied into your clipboard',
'dav_url_base' => 'Base url for all CardDAV and CalDAV resources:',
'dav_connect_help' => 'You can connect your contacts and/or calendars with this base url on you phone or computer.',
'dav_connect_help2' => 'Use your login (email) and password, or create an API token to authenticate.',
'dav_connect_help2' => 'Use your login (email) and create an API token as the password to authenticate.',
'dav_url_carddav' => 'CardDAV url for Contacts resource:',
'dav_url_caldav_birthdays' => 'CalDAV url for Birthdays resources:',
'dav_url_caldav_tasks' => 'CalDAV url for Tasks resources:',
Expand Down

0 comments on commit 69617a6

Please sign in to comment.