0
Fork 0
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:
Sanne de Vries 2023-04-14 11:29:26 +01:00
parent d98f29c6aa
commit b76f93ea5a

View file

@ -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>