Merge pull request #1356 from uli-heller/typo_ans_guests

Fixed typo in 4.7: '... ans guests...' -> '... and guests...'
This commit is contained in:
Matthieu Brouillard
2016-11-26 12:25:06 +01:00
committed by GitHub

View File

@@ -97,7 +97,7 @@
</div>
<div class="radio">
<label>
<input type="radio" name="wikiOption" value="PUBLIC" @if(repository.repository.options.wikiOption == "PUBLIC"){ checked}> Developers ans guests can view, create and edit wiki pages
<input type="radio" name="wikiOption" value="PUBLIC" @if(repository.repository.options.wikiOption == "PUBLIC"){ checked}> Developers and guests can view, create and edit wiki pages
</label>
</div>
<div class="radio for-public-repo">