Unify tooltips

This commit is contained in:
Bernd Bestel 2020-11-15 09:22:05 +01:00
parent 185627af7d
commit 3b73df57e5
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
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"
msgstr ""
msgid "Undo task \"%s\""
msgid "Undo task"
msgstr ""
msgid "Due date rollover"

View File

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