Skip to content

Commit

Permalink
Small typos and text optimization (remove unknown abbreviations) (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino authored Apr 23, 2024
1 parent dd56d14 commit ea7aa60
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions shared/locales/de/website-newsletter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description-1": "Erhalte News zu Social Income, plus:",
"bullet-1": "Stories von Empfänger:innen",
"bullet-2": "Neue Forschung zu Direktzahlungen",
"bullet-3": "Berichterstattung rund um das BGE",
"bullet-3": "News zum Thema Grundeinkommen",
"description-2": "Wird an jedem Monatsende versendet.",
"description-3": "Newsletters verfasst von",
"author-name": "Aurélie Schmiedlin",
Expand All @@ -20,7 +20,7 @@
"newsletter-error-toast": "Du konntest leider nicht zum Newsletter hinzugefügt werden"
},
"popup": {
"information-label": "Erhalte monatliche Updates über Social Income, BGE und Direktzahlungen.",
"information-label": "Erhalte monatliche Updates über Social Income, sowie aktuelle Infos über Grundeinkommen und Direktzahlungen.",
"toast-success": "Danke für das Abonnieren des Social Income Newsletters!",
"toast-failure": "Oops! Etwas ist schief gelaufen. Bitte versuche es nochmals, oder kontaktiere uns auf [email protected]",
"email-placeholder": "Deine E-Mail Adresse",
Expand Down
2 changes: 1 addition & 1 deletion shared/locales/de/website-reporting.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"title": "Jahresbericht 2020",
"href": "https://drive.google.com/file/d/15_v8B7eLJxDJVNfoYWABwKNcfHbz1U_o/view",
"language": "Englisch/Deutsch"
"language": "Deutsch"
},
{
"title": "Prüfbericht 2020",
Expand Down
2 changes: 1 addition & 1 deletion shared/locales/en/website-newsletter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bullet-1": "Engaging stories from our recipients",
"bullet-2": "New research on direct cash transfers",
"bullet-3": "Summaries of the latest news around UBI",
"description-2": "Sent at the end month of each month.",
"description-2": "Sent at the end of each month.",
"description-3": "Newsletters written by",
"author-name": "Aurélie Schmiedlin",
"author-city": "Geneva",
Expand Down
2 changes: 1 addition & 1 deletion shared/locales/en/website-reporting.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"title": "Annual Report 2020",
"href": "https://drive.google.com/file/d/15_v8B7eLJxDJVNfoYWABwKNcfHbz1U_o/view",
"language": "English/German"
"language": "German"
},
{
"title": "Audit Report 2020",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function HeroForm({ translations, lang, region }: Section1InputPr
<Button size="lg" type="submit" variant="default">
{translations.submit}
</Button>
<Link href={`/${lang}/${region}/privacy`} className="inline-flex items-center pt-2 hover:underline">
<Link href={`/${lang}/${region}/legal/privacy`} className="inline-flex items-center pt-2 hover:underline">
<EyeSlashIcon className="mr-2 h-4 w-4" />
<Typography size="sm">{translations.privacyCommitment}</Typography>
</Link>
Expand Down

0 comments on commit ea7aa60

Please sign in to comment.