Skip to content

Commit

Permalink
chore: remove extra bracket in translation message
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Dec 5, 2024
1 parent b4a77f8 commit 313d2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/AnnouncementBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const openTranslateDiscussion = () => {
'translations',
`New translation in ${currentJwLang.value?.name}`,
JSON.stringify({
language: `I would like to help translate M³ into a language I speak: ${currentJwLang.value?.vernacularName}/${currentJwLang.value.name}} - ${currentJwLang.value.langcode}/${currentJwLang.value.symbol}`,
language: `I would like to help translate M³ into a language I speak: ${currentJwLang.value?.vernacularName}/${currentJwLang.value.name} - ${currentJwLang.value.langcode}/${currentJwLang.value.symbol}`,
}),
);
};
Expand Down

0 comments on commit 313d2d6

Please sign in to comment.