Skip to content

Commit

Permalink
Italicize one result text
Browse files Browse the repository at this point in the history
  • Loading branch information
erikao1998 committed Jun 27, 2024
1 parent 2ce719d commit 0da9b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/data/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const getResultData = (): Result[] => [
surveyId: 1,
optionLabel: 'corruption1',
isSelected: {
fi: 'Yhteistyökumppanin sijaintimaassa korruptio ei ole merkittävä riski.',
sv: 'Your collaboration partner is located in a country, where corruption does not pose a serious risk.',
en: 'Your collaboration partner is located in a country, where corruption does not pose a serious risk".',
fi: '*Yhteistyökumppanin sijaintimaassa korruptio ei ole merkittävä riski*.',
sv: '*Your collaboration partner is located in a country, where corruption does not pose a serious risk*.',
en: '*Your collaboration partner is located in a country, where corruption does not pose a serious risk*.',
},
data: {
title: {
Expand Down

0 comments on commit 0da9b73

Please sign in to comment.