mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Unify tooltips
This commit is contained in:
parent
185627af7d
commit
3b73df57e5
|
|
@ -1227,7 +1227,7 @@ msgstr ""
|
|||
msgid "Not all ingredients of recipe \"%s\" are in stock, nothing removed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Undo task \"%s\""
|
||||
msgid "Undo task"
|
||||
msgstr ""
|
||||
|
||||
msgid "Due date rollover"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user