From fb4bbb5995d9ddb79a332585bedf0eefdbb3d83d Mon Sep 17 00:00:00 2001 From: olewandowski1 Date: Mon, 21 Oct 2024 12:43:51 +0200 Subject: [PATCH] OM-332: change tedit tooltip --- src/components/BillSearcher.js | 2 +- src/translations/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/BillSearcher.js b/src/components/BillSearcher.js index 20b4ecd..ab9069d 100644 --- a/src/components/BillSearcher.js +++ b/src/components/BillSearcher.js @@ -171,7 +171,7 @@ const BillSearcher = ({ (bill) => (
{rights.includes(RIGHT_BILL_SEARCH) && ( - + e.stopPropagation() && onDoubleClick(bill)} diff --git a/src/translations/en.json b/src/translations/en.json index af59c7a..c8cd185 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -7,6 +7,7 @@ "emptyLabel": " ", "any": "Any", "editButtonTooltip": "Edit", + "viewDetailsButtonTooltip": "View details", "deleteButtonTooltip": "Delete", "dialog": { "create": "Create",