✏️ Fix spacing typo in Cloud banner text

Add space before period after 'Learn more' link in taskList banner message to prevent period from appearing directly adjacent to the link text.
This commit is contained in:
Danny Ricciotti 2025-12-11 15:42:13 -05:00
parent 51dbccf2e6
commit 3a73b643e5

View file

@ -31,6 +31,6 @@
"upsell": {
"autoApprovePowerUser": "Giving Roo some independence? Control it from anywhere with Roo Code Cloud. <learnMoreLink>Learn more</learnMoreLink>.",
"longRunningTask": "This might take a while. Continue from anywhere with Cloud.",
"taskList": "Enjoying Roo? Check out Roo Code Cloud: follow and control your tasks from anywhere, run autonomous Cloud agents, get usage stats and more. <learnMoreLink>Learn more</learnMoreLink>."
"taskList": "Enjoying Roo? Check out Roo Code Cloud: follow and control your tasks from anywhere, run autonomous Cloud agents, get usage stats and more. <learnMoreLink>Learn more</learnMoreLink> ."
}
}