Skip to content

Commit

Permalink
feat: allow machine translation and TM when user can edit
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Sep 3, 2024
1 parent 3b024d2 commit cc1def6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/component/task/TaskDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const TaskDetail = ({ task, onClose, projectId }: Props) => {
</Typography>
<Box display="flex" alignItems="center">
<Tooltip
title={t('task_detail_link_translations_tooltip')}
title={t('task_link_translations_tooltip')}
disableInteractive
>
<IconButton
Expand Down

0 comments on commit cc1def6

Please sign in to comment.