Update RSS Feed label in ExportListButton for clarity
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-06-20 23:10:34 +01:00
parent 6cc3fdb0ce
commit bef3e47d29

View File

@ -82,7 +82,7 @@ const ExportListButton = ({
},
{
key: 'rss',
label: 'RSS Feed Connection',
label: 'RSS Feed',
icon: <RssIcon />,
onClick: () => setRssModalOpen(true)
}