0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Changed mailgun API key wording to explicitly state "Private API key"

no issue

- Mailgun now also provides per-domain Sending API Keys which has caused some confusion because they will allow sending emails but won't allow for analytics to be fetched unlike the Private API Key
This commit is contained in:
Kevin Ansfield 2021-06-28 17:26:32 +01:00
parent 6f0955d232
commit 917c86db3b

View file

@ -179,7 +179,7 @@
</a>
</div>
<GhFormGroup>
<label class="fw6 f8">Mailgun API key</label>
<label class="fw6 f8">Mailgun Private API key</label>
<GhTextInput
@type="password"
@value={{readonly this.mailgunSettings.apiKey}}