From 3b73df57e57eca902cca4555e9e122244bd0d82e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 15 Nov 2020 09:22:05 +0100 Subject: [PATCH] Unify tooltips --- localization/strings.pot | 2 +- views/tasks.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/localization/strings.pot b/localization/strings.pot index 2559fea6..500c4a67 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -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" diff --git a/views/tasks.blade.php b/views/tasks.blade.php index df09744c..a61e50e8 100644 --- a/views/tasks.blade.php +++ b/views/tasks.blade.php @@ -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 }}">