mirror of
https://github.com/opnsense/core.git
synced 2026-02-18 18:18:13 -05:00
widget: fix another typo reported via translation project
This commit is contained in:
parent
ef7b6375b8
commit
4e75cfdf51
2 changed files with 3 additions and 3 deletions
|
|
@ -1103,7 +1103,7 @@ class Google_Service_Calendar_CalendarList_Resource extends Google_Service_Resou
|
|||
* @opt_param bool showDeleted Whether to include deleted calendar list entries
|
||||
* in the result. Optional. The default is False.
|
||||
* @opt_param string minAccessRole The minimum access role for the user in the
|
||||
* returned entires. Optional. The default is no restriction.
|
||||
* returned entries. Optional. The default is no restriction.
|
||||
* @opt_param int maxResults Maximum number of entries returned on one result
|
||||
* page. By default the value is 100 entries. The page size can never be larger
|
||||
* than 250 entries. Optional.
|
||||
|
|
@ -1182,7 +1182,7 @@ class Google_Service_Calendar_CalendarList_Resource extends Google_Service_Resou
|
|||
* @opt_param bool showDeleted Whether to include deleted calendar list entries
|
||||
* in the result. Optional. The default is False.
|
||||
* @opt_param string minAccessRole The minimum access role for the user in the
|
||||
* returned entires. Optional. The default is no restriction.
|
||||
* returned entries. Optional. The default is no restriction.
|
||||
* @opt_param int maxResults Maximum number of entries returned on one result
|
||||
* page. By default the value is 100 entries. The page size can never be larger
|
||||
* than 250 entries. Optional.
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ $nentriesinterfaces = isset($config['widgets']['filterlogentriesinterfaces']) ?
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="filterlogentries"><?= gettext('Quantity:') ?><br /><small>(<?= gettext('log entires') ?>)</small></label>
|
||||
<label for="filterlogentries"><?= gettext('Quantity:') ?><br /><small>(<?= gettext('log entries') ?>)</small></label>
|
||||
</td>
|
||||
<td>
|
||||
<select name="filterlogentries" class="formfld unknown" id="filterlogentries">
|
||||
|
|
|
|||
Loading…
Reference in a new issue