mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated copy for user role upgrade and invite limits
refs https://github.com/TryGhost/Team/issues/587 - Because we lack context when the component is called in "create new users" (invite) or in "modify existing user" (role upgrade) made copy more generic to fit both cases.
This commit is contained in:
parent
abfbaa8d9b
commit
24570d627f
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="gh-content-box pa" hidden={{if this.limitErrorMessage false true}}>
|
<div class="gh-content-box pa" hidden={{if this.limitErrorMessage false true}}>
|
||||||
{{html-safe this.limitErrorMessage}}
|
{{html-safe this.limitErrorMessage}} To use selected user role, upgrade to a different plan.
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
Loading…
Add table
Reference in a new issue