Skip to content

Commit

Permalink
chore(de): restore "Experiment" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 6, 2024
1 parent 68f6d36 commit 2f41581
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ export function LocalizedContentNote({
}) {
const activeLocaleNoteContent = {
de: {
linkText:
"Dieser Inhalt wurde automatisch aus dem Englischen übersetzt, und kann Fehler enthalten.",
linkText: (
<>
<strong>Experiment</strong>: Dieser Inhalt wurde automatisch aus dem
Englischen übersetzt, und kann Fehler enthalten.
</>
),
url: "https://github.com/orgs/mdn/discussions/741",
},
"en-US": {
Expand Down

0 comments on commit 2f41581

Please sign in to comment.