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:
parent
693eecb2e9
commit
b398d57650
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue