minor rewording

This commit is contained in:
Girish Ramakrishnan
2016-07-15 11:28:27 -07:00
parent 520845157f
commit 0c014d3e74

View File

@@ -110,7 +110,7 @@
</div>
<div class="form-group" ng-class="{ 'has-error': !appConfigureForm.xFrameOptions.$dirty && appConfigure.error.xFrameOptions }">
<label class="control-label">Allow site embedding from origin</label>
<label class="control-label">Allow embedding from following sites</label>
<div class="control-label" ng-show="appConfigure.error.xFrameOptions"><small>Must be empty of a valid URL</small></div>
<input type="text" class="form-control" id="appConfigureXFrameOptionsInput" name="xFrameOptions" placeholder="https://example.com" ng-model="appConfigure.xFrameOptions" uib-tooltip="Leave blank to not allow embedding">
</div>