Skip to content

Commit

Permalink
Merge pull request #1672 from ever-co/bug/fix-task-title-block-label
Browse files Browse the repository at this point in the history
* fix task title label name
  • Loading branch information
evereq authored Oct 27, 2023
2 parents ab50e15 + 8b91c7e commit 67b69c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const TaskTitleBlock = () => {
onClick={copyTaskNumber}
>
<CopyIconRounded className="stroke-[#B1AEBC]" />
{t('common.COPY_NUMBER')}
{t('pages.settingsTeam.COPY_NUMBER')}
</button>
</div>
</div>
Expand Down

0 comments on commit 67b69c9

Please sign in to comment.