Skip to content

Commit

Permalink
chore(de): rephrase copy to "Erprobungsphase"
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 6, 2024
1 parent 7f7d1b2 commit 68f6d36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ export function LocalizedContentNote({
}) {
const activeLocaleNoteContent = {
de: {
linkText: (
<>
<strong>Experimentell</strong>: Dieser Inhalt wurde automatisch aus
dem Englischen übersetzt, und kann Fehler enthalten.
</>
),
linkText:
"Dieser Inhalt wurde automatisch aus dem Englischen übersetzt, und kann Fehler enthalten.",
url: "https://github.com/orgs/mdn/discussions/741",
},
"en-US": {
Expand Down
3 changes: 1 addition & 2 deletions client/src/ui/molecules/document-survey/surveys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ export const SURVEYS: Survey[] = [
url.searchParams.set("referrer", doc.mdn_url);
return url.toString();
},
teaser:
"Wir arbeiten daran, die deutsche Übersetzung von MDN zu verbessern.",
teaser: "Die deutsche Übersetzung von MDN ist noch in der Erprobungsphase.",
question: "Hätten Sie 2 Minuten, um uns ein paar Fragen zu beantworten?",
rateFrom: 0,
rateTill: 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function LocaleStatusIcon({ locale }: { locale: string }) {
switch (locale) {
case "de":
return (
<span title="Diese Sprache ist experimentell.">
<span title="Diese Übersetzung ist noch in der Erprobungsphase.">
<Icon name="experimental" />
</span>
);
Expand Down

0 comments on commit 68f6d36

Please sign in to comment.