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

Fixed Admin API key regeneration UI bug

This commit is contained in:
Peter Zimon 2021-02-22 21:17:53 +01:00
parent 693eecb2e9
commit b398d57650

View file

@ -140,7 +140,7 @@
</div>
</div>
{{#if (eq this.regeneratedKeyType this.integration.adminKey.type)}}
<div class="green nt3 mb2"> Admin API key was successfully regenerated </div>
<div class="green"> Admin API key was successfully regenerated </div>
{{/if}}
</td>
</tr>