Skip to content

Commit 9f9b7ed

Browse files
committed
gbfs wording
1 parent 58adcc7 commit 9f9b7ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web-app/src/app/screens/Feed/components/FeedSummary.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,9 @@ export default function FeedSummary({
408408
variant='subtitle2'
409409
sx={{ fontWeight: 700, color: 'text.secondary' }}
410410
>
411-
{t('feedSummary.providerUrl')}
411+
{feed?.data_type === 'gbfs'
412+
? t('feedSummary.producerUrl')
413+
: t('feedSummary.providerUrl')}
412414
</Typography>
413415
<Link
414416
href={(feed as GBFSFeedType)?.provider_url}

0 commit comments

Comments
 (0)