mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
fix(journey/settings): translate 'Remove share link' button using share.deleteLink key
This commit is contained in:
@@ -2981,7 +2981,7 @@ function JourneyShareSection({ journeyId }: { journeyId: number }) {
|
|||||||
onClick={deleteLink}
|
onClick={deleteLink}
|
||||||
className="text-[11px] font-medium text-red-500 hover:text-red-600 self-start"
|
className="text-[11px] font-medium text-red-500 hover:text-red-600 self-start"
|
||||||
>
|
>
|
||||||
Remove share link
|
{t('share.deleteLink')}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user