Unify tooltips

This commit is contained in:
Bernd Bestel
2020-11-15 09:22:05 +01:00
parent 185627af7d
commit 3b73df57e5
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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>