We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eef427 commit 7efba9fCopy full SHA for 7efba9f
1 file changed
src/components/EmptyState.js
@@ -24,7 +24,7 @@ export default function EmptyState({ cityId, context = "city" }) {
24
links: city.talkProposalLink
25
? [
26
{
27
- name: `Proponer en ${city.name}`,
+ name: `Proponer una charla para PyDay ${city.name}`,
28
link: city.talkProposalLink,
29
},
30
]
0 commit comments