Rephrase Read Only into Repository Master (fixes #159)

This commit is contained in:
Jakob Borg 2014-05-04 20:01:33 -03:00
parent 1401d2ee9b
commit 2ae218d069
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -415,9 +415,10 @@
<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="currentRepo.ReadOnly"> Read Only
<input type="checkbox" ng-model="currentRepo.ReadOnly"> Repository Master
</label>
</div>
<p class="help-block">Files are protected from changes made on other nodes, but changes made on <em>this</em> node will be sent to the rest of the cluster.</p>
</div>
<div class="form-group">
<label for="nodes">Nodes</label>