mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Renamed incorrect test selectors on limit modals
no issue - selectors hadn't been updated when copy/pasting modal contents
This commit is contained in:
parent
eb585f9c02
commit
74d66ca9be
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
<header class="modal-header" data-test-modal="delete-user">
|
||||
<header class="modal-header" data-test-modal="upgrade-host-limit">
|
||||
<h1>{{this.headerMessage}}</h1>
|
||||
</header>
|
||||
<button class="close" title="Close" type="button" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<header class="modal-header" data-test-modal="delete-user">
|
||||
<header class="modal-header" data-test-modal="upgrade-unsuspended-user-host-limit">
|
||||
<h1>Upgrade to un-suspend this user</h1>
|
||||
</header>
|
||||
<button class="close" title="Close" type="button" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>
|
||||
|
|
Loading…
Add table
Reference in a new issue