Skip to content

Commit

Permalink
* fix task title label name
Browse files Browse the repository at this point in the history
  • Loading branch information
YehualashetGit committed Oct 27, 2023
1 parent ab50e15 commit 8b91c7e
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 8b91c7e

Please sign in to comment.