···75757676 description: html`
7777 <p>
7878- Connect to your AT Protocol identity to use it as user-data storage.
7979- </p>
8080- <p class="caption">
8181- Your data is stored as lexicon records in your personal data server (PDS).
7878+ Use your AT Protocol identity to store your Diffuse user-data.
8279 </p>
8380 `,
8481···140137 <hr>
141138142139 <div>
143143- <strong>Passkey encryption (optional)</strong>
140140+ <strong>Passkey encryption</strong>
144141 </div>
145142146143 ${passkeyActive
147144 ? html`
148148- <p>Passkey active — Track URIs are encrypted.</p>
145145+ <p>Passkey is configured. Track URIs and settings are encrypted.</p>
149146150147 ${passkeyError
151148 ? html`<div class="callout callout--danger">${passkeyError}</div>`
···156153 </div>
157154158155 <p class="caption">
159159- Removing the passkey will expose all the sensitive information that was
160160- previously encrypted.
156156+ Removing the passkey will expose all the sensitive information that was previously encrypted.
161157 </p>
162158 `
163159 : html`
164160 <p class="caption">
165165- Track URIs can optionally be encrypted so that passwords and other sensitive
166166- authentication details are kept private. Note that, with this enabled, other
167167- people cannot play audio listed on your account.
161161+ Track URIs and settings can optionally be encrypted so that passwords and other sensitive details are kept private.
168162 </p>
169163170164 ${passkeyError
+1-1
src/facets/connect/opensubsonic/index.inline.js
···4949 Connect to an OpenSubsonic server to use it as audio input.
5050 </p>
5151 <p class="caption">
5252- Supports authentication via username + password or an API key.
5252+ Supports authentication via username + password, or an API key.
5353 </p>
5454 `,
5555