Skip to content

Commit 7efba9f

Browse files
committed
chore: update talk proposal link text name
1 parent 6eef427 commit 7efba9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/EmptyState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function EmptyState({ cityId, context = "city" }) {
2424
links: city.talkProposalLink
2525
? [
2626
{
27-
name: `Proponer en ${city.name}`,
27+
name: `Proponer una charla para PyDay ${city.name}`,
2828
link: city.talkProposalLink,
2929
},
3030
]

0 commit comments

Comments
 (0)