mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Unify tooltips
This commit is contained in:
@@ -1227,7 +1227,7 @@ msgstr ""
|
|||||||
msgid "Not all ingredients of recipe \"%s\" are in stock, nothing removed"
|
msgid "Not all ingredients of recipe \"%s\" are in stock, nothing removed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Undo task \"%s\""
|
msgid "Undo task"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Due date rollover"
|
msgid "Due date rollover"
|
||||||
|
@@ -146,7 +146,7 @@
|
|||||||
href="#"
|
href="#"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="left"
|
data-placement="left"
|
||||||
title="{{ $__t('Undo task "%s"', $task->name) }}"
|
title="{{ $__t('Undo task', $task->name) }}"
|
||||||
data-task-id="{{ $task->id }}"
|
data-task-id="{{ $task->id }}"
|
||||||
data-task-name="{{ $task->name }}">
|
data-task-name="{{ $task->name }}">
|
||||||
<i class="fas fa-undo"></i>
|
<i class="fas fa-undo"></i>
|
||||||
|
Reference in New Issue
Block a user