Bug 32283: (follow-up) Fix in two other places
Fix two other occurences where the capitalization of OPAC is incorrect: - Identity provider email domains table column heading - 'New email domain' form label Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
747ab78e74
commit
92cdf29a7f
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@
|
|||
<div class="hint">Use this category for the patron on auto register</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="allow_opac">Allow opac: </label>
|
||||
<label for="allow_opac">Allow OPAC: </label>
|
||||
<select name="allow_opac" id="allow_opac">
|
||||
<option value="1" selected="selected">Allow</option>
|
||||
<option value="0">Don't allow</option>
|
||||
|
@ -299,7 +299,7 @@
|
|||
<th>Auto register</th>
|
||||
<th>Default library</th>
|
||||
<th>Default category</th>
|
||||
<th>Allow opac</th>
|
||||
<th>Allow OPAC</th>
|
||||
<th>Allow staff</th>
|
||||
<th data-class-name="actions noExport">Actions</th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue