fixes infomaniac different than in doc
This commit is contained in:
parent
9e08953c44
commit
28951a7d22
1 changed files with 2 additions and 8 deletions
|
|
@ -532,15 +532,9 @@ export const ConnectionsPage: React.FC = () => {
|
|||
</li>
|
||||
<li>
|
||||
{t('Suche im Scope-Feld nach')}{' '}
|
||||
<strong>{t('allen fünf')}</strong>{' '}
|
||||
<strong>{t('allen vier')}</strong>{' '}
|
||||
{t('Berechtigungen und kreuze sie an:')}
|
||||
<ul style={{ marginTop: 6, marginBottom: 6, paddingLeft: 20 }}>
|
||||
<li>
|
||||
<code>accounts</code> —{' '}
|
||||
{t(
|
||||
'Account-Discovery (Pflicht, sonst findet kDrive deinen Drive nicht)'
|
||||
)}
|
||||
</li>
|
||||
<li>
|
||||
<code>drive</code> — {t('kDrive (Pflicht, heute aktiv)')}
|
||||
</li>
|
||||
|
|
@ -559,7 +553,7 @@ export const ConnectionsPage: React.FC = () => {
|
|||
</ul>
|
||||
<em>
|
||||
{t(
|
||||
'Nicht "All" auswählen und nicht user_info — beides wird nicht benötigt.'
|
||||
'Nicht "All" auswählen und nicht user_info / accounts — wird nicht benötigt.'
|
||||
)}
|
||||
</em>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue