Ver código fonte

add { item: } in buttons.open.in.new.tab

visuddhinanda 11 meses atrás
pai
commit
95d5a00a77

+ 6 - 3
dashboard-v4/dashboard/src/components/task/TaskEditDrawer.tsx

@@ -60,9 +60,12 @@ const TaskEditDrawer = ({
               window.open(fullUrl(`/article/task/${taskId}`), "_blank");
               window.open(fullUrl(`/article/task/${taskId}`), "_blank");
             }}
             }}
           >
           >
-            {intl.formatMessage({
-              id: "buttons.open.in.new.tab",
-            })}
+            {intl.formatMessage(
+              {
+                id: "buttons.open.in.new.tab",
+              },
+              { item: intl.formatMessage({ id: "labels.task" }) }
+            )}
           </Button>
           </Button>
         }
         }
       >
       >