mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed copy for changing page access modal
Refs https://github.com/TryGhost/Team/issues/2677
This commit is contained in:
parent
d98f29c6aa
commit
b76f93ea5a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="modal-content" data-test-modal="edit-posts-access" {{did-insert this.setup}}>
|
||||
<header class="modal-header">
|
||||
<h1>Change post access {{unless @data.selectionList.isSingle (concat 'for ' @data.selectionList.count ' posts')}}</h1>
|
||||
<h1>Change {{concat @data.type}} access {{unless @data.selectionList.isSingle (concat 'for ' @data.selectionList.count ' ' @data.type 's')}}</h1>
|
||||
</header>
|
||||
<button type="button" class="close" title="Close" {{on "click" (fn @close false)}} data-test-button="close">{{svg-jar "close"}}<span class="hidden">Close</span></button>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue