Skip to content

Commit fc6bf8a

Browse files
committed
added settings.site_private_desc to settings-editor.html
1 parent e5e6366 commit fc6bf8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/settings/site/settings-editor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ <h1 class="mode-context-title" translate>app.general</h1>
9191
<div class="form-field checkbox" ng-show="isPrivateEnabled">
9292
<input id="private" ng-model="site.private" type="checkbox">
9393
<label for="private" translate>settings.site_private</label>
94+
<p translate="settings.site_private_desc">Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access.</p>
9495
</div>
9596

9697
<div class="form-field">

0 commit comments

Comments
 (0)