Skip to content

Commit c268033

Browse files
committed
Clearer title on maintenances within asset context
1 parent 1217a02 commit c268033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/partials/bootstrap-table.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'btnShowAdmins',
8080
'btnShowExpiring',
8181
'btnShowInactive',
82+
'maintenanceButtons',
8283
'refresh',
8384
'btnExport',
8485
'export',
@@ -608,7 +609,7 @@ class: 'btn-info',
608609
},
609610
attributes: {
610611
class: 'btn-info',
611-
title: '{{ trans('general.create') }}',
612+
title: '{{ trans('button.add_maintenance') }}',
612613
@if ($snipeSettings->shortcuts_enabled == 1)
613614
accesskey: 'n'
614615
@endif

0 commit comments

Comments
 (0)