Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lang/en_us.php
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ protected function _LoadStrings()
$strings['CheckingAvailabilityError'] = 'Cannot get resource availability - too many resources';
$strings['ScanToSchedule'] = 'Scan to schedule';
$strings['MaintenanceNotice'] = 'Currently performing maintenance. We will be back soon.';
$strings['MoreResourceActions'] = 'More Resource Actions';
// End Strings

// Install
Expand Down
3 changes: 1 addition & 2 deletions tpl/Admin/Resources/manage_resources.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
</button>
<button class="btn btn-primary dropdown-toggle" type="button" id="moreResourceActions"
data-bs-toggle="dropdown">
<span class="visually-hidden">{translate key='More'}</span>
<i class="bi bi-three-dots"></i>
{translate key="MoreResourceActions"}
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="moreResourceActions">

Expand Down