Preserve whitespace in extracted translatable strings (#1390)

This commit is contained in:
Sasha Sorokin
2023-10-01 21:45:21 +02:00
committed by GitHub
parent 3fa86cb441
commit 5c7dd10769
3 changed files with 6 additions and 6 deletions

View File

@@ -353,7 +353,7 @@ const messages = defineMessages({
profileNoProjectsAuthLabel: {
id: 'profile.label.no-projects-auth',
defaultMessage:
"You don't have any projects.\n Would you like to <create-link>create one</create-link>?",
"You don't have any projects.\nWould you like to <create-link>create one</create-link>?",
},
userNotFoundError: {
id: 'profile.error.not-found',