mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
Refined copy for member import dialog
no issues. - refined copy for member import start and end step screens
This commit is contained in:
parent
a849ddda18
commit
2b10a30a04
@ -1,9 +1,9 @@
|
|||||||
<header class="modal-header" data-test-modal="import-members">
|
<header class="modal-header" data-test-modal="import-members">
|
||||||
<h1>
|
<h1>
|
||||||
{{#if this.response}}
|
{{#if this.response}}
|
||||||
Import result
|
Import complete
|
||||||
{{else}}
|
{{else}}
|
||||||
Import
|
Import members
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
@ -68,7 +68,11 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="modal-footer {{if (and this.filePresent (not this.failureMessage) (not this.response)) "modal-footer-spread"}}">
|
<div class="modal-footer {{if (and this.filePresent (not this.failureMessage) (not this.response)) "modal-footer-spread"}}">
|
||||||
{{#if (and this.filePresent (not this.failureMessage) (not this.response))}}
|
{{#if this.response}}
|
||||||
|
<button {{action "closeModal"}} disabled={{this.closeDisabled}} class="gh-btn gh-btn-blue" data-test-button="close-import-members">
|
||||||
|
<span>Done</span>
|
||||||
|
</button>
|
||||||
|
{{else if (and this.filePresent (not this.failureMessage))}}
|
||||||
<button {{action "reset"}} class="gh-btn" data-test-button="close-import-members">
|
<button {{action "reset"}} class="gh-btn" data-test-button="close-import-members">
|
||||||
<span>Start over</span>
|
<span>Start over</span>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user