From 141be13315e7903318b079f8ea0b20755cbc0591 Mon Sep 17 00:00:00 2001 From: Rish Date: Wed, 6 May 2020 12:48:20 +0530 Subject: [PATCH] Fixed typo in regenerate modal no issue --- ghost/admin/app/templates/components/modal-regenerate-key.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/templates/components/modal-regenerate-key.hbs b/ghost/admin/app/templates/components/modal-regenerate-key.hbs index 7a856ace6f..30a6cf62df 100644 --- a/ghost/admin/app/templates/components/modal-regenerate-key.hbs +++ b/ghost/admin/app/templates/components/modal-regenerate-key.hbs @@ -8,7 +8,7 @@ {{#if (eq this.internalIntegration "zapier")}} You will need to locate the Ghost App within your Zapier account and click on "Reconnect" to enter the new Admin API Key. {{else}} - You can rengenerate {{capitalize this.apiKey.type}} API Key any time, but any scripts or applications using it will need to be updated. + You can regenerate {{capitalize this.apiKey.type}} API Key any time, but any scripts or applications using it will need to be updated. {{/if}}

{{#if this.errorMessage}}