mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Unify tooltips
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
data-placement="left"
|
||||
title="{{ $__t('Undo task "%s"', $task->name) }}"
|
||||
title="{{ $__t('Undo task', $task->name) }}"
|
||||
data-task-id="{{ $task->id }}"
|
||||
data-task-name="{{ $task->name }}">
|
||||
<i class="fas fa-undo"></i>
|
||||
|
Reference in New Issue
Block a user