|
|
@@ -4,9 +4,9 @@
|
|
|
|
|
|
<p class="alert alert-primary py-3 px-4">
|
|
|
{% if page.grant == 2 %}
|
|
|
- <i class="icon-fw icon-link"></i><strong>{{ consts.pageGrants[page.grant] }}</strong> ({{ t('Browsing of this page is restricted') }})
|
|
|
+ <i class="icon-fw icon-link"></i><strong>{{ t('Anyone with the link') }}</strong> ({{ t('Browsing of this page is restricted') }})
|
|
|
{% elseif page.grant == 4 %}
|
|
|
- <i class="icon-fw icon-lock"></i><strong>{{ consts.pageGrants[page.grant] }}</strong> ({{ t('Browsing of this page is restricted') }})
|
|
|
+ <i class="icon-fw icon-lock"></i><strong>{{ t('Only me') }}</strong> ({{ t('Browsing of this page is restricted') }})
|
|
|
{% elseif page.grant == 5 %}
|
|
|
<i class="icon-fw icon-organization"></i><strong>'{{ page.grantedGroup.name | preventXss }}' only</strong> ({{ t('Browsing of this page is restricted') }})
|
|
|
{% endif %}
|