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:
David Nind 2022-11-23 00:05:28 +00:00 committed by Tomas Cohen Arazi
parent 747ab78e74
commit 92cdf29a7f
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -147,7 +147,7 @@
<div class="hint">Use this category for the patron on auto register</div> <div class="hint">Use this category for the patron on auto register</div>
</li> </li>
<li> <li>
<label for="allow_opac">Allow opac: </label> <label for="allow_opac">Allow OPAC: </label>
<select name="allow_opac" id="allow_opac"> <select name="allow_opac" id="allow_opac">
<option value="1" selected="selected">Allow</option> <option value="1" selected="selected">Allow</option>
<option value="0">Don't allow</option> <option value="0">Don't allow</option>
@ -299,7 +299,7 @@
<th>Auto register</th> <th>Auto register</th>
<th>Default library</th> <th>Default library</th>
<th>Default category</th> <th>Default category</th>
<th>Allow opac</th> <th>Allow OPAC</th>
<th>Allow staff</th> <th>Allow staff</th>
<th data-class-name="actions noExport">Actions</th> <th data-class-name="actions noExport">Actions</th>
</tr> </tr>