Skip to content

Commit

Permalink
improve texts
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Sep 16, 2024
1 parent a63784b commit 274426a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/Secrets/GSecretDialogNetlify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ SPDX-License-Identifier: Apache-2.0
<template #help-slot>
<div>
<p>
You need to provide an access token for Netlify to allow the dns-controller-manager to authenticate to Netlify DNS API.
You need to provide an access token for Netlify to allow the dns-controller-manager to authenticate with the Netlify DNS API.
</p>
<p>
Then base64 encode the token. For eg. if the generated token in 1234567890123456, use
Then, base64 encode the token. For example, if the generated token in 1234567890123456, use
</p>
<pre>$ echo -n '1234567890123456789' | base64</pre>
<p>
For details see
For details, see
<g-external-link url="https://docs.netlify.com/cli/get-started/#obtain-a-token-in-the-netlify-ui" />
</p>
</div>
Expand Down

0 comments on commit 274426a

Please sign in to comment.