Skip to content

Commit

Permalink
Merge pull request #12 from ViderumGlobal/minor-typos-fix
Browse files Browse the repository at this point in the history
Change gosh restricted text
  • Loading branch information
ZoranPandovski authored Nov 23, 2017
2 parents fce7e36 + 5a1f6db commit 0dae80d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<p>{{_('Dataset is searchable and browseable by all registered, logged-in users - only if it\'s set as Public')}}</p>
</div>
</div>
<label class="control-label" for="field_range">{{_('Gosh Restricted')}}</label>
<label class="control-label" for="field_range">{{_('GOSH Restricted')}}</label>
<div class="controls">
<div class="ui-switch">
<input type="checkbox" name="restricted" class="checkbox" id="restricted" value="{{data.restricted}}" {% if data.restricted == '1'%}checked="checked"{% endif %}>
Expand Down

0 comments on commit 0dae80d

Please sign in to comment.