Skip to content

Commit

Permalink
replace nbc mail adresses
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Jan 16, 2025
1 parent bbafe6b commit 776f0f5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@
"text": {
"supportDBC": "[email protected]",
"supportBRB": "[email protected]",
"supportNBC": "[email protected]",
"supportNBC": "[email protected]",
"supportTHR": "[email protected]"
}
}
Expand Down Expand Up @@ -3235,4 +3235,4 @@
"createAfterFirstSave": "H5P Inhalte können erst nach dem ersten Speichern erstellt werden."
}
}
}
}
4 changes: 2 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@
"text": {
"supportDBC": "[email protected]",
"supportBRB": "[email protected]",
"supportNBC": "[email protected]",
"supportNBC": "[email protected]",
"supportTHR": "[email protected]"
}
}
Expand Down Expand Up @@ -3235,4 +3235,4 @@
"createAfterFirstSave": "H5P contents can only be created after the first save."
}
}
}
}
4 changes: 2 additions & 2 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@
"text": {
"supportDBC": "[email protected]",
"supportBRB": "[email protected]",
"supportNBC": "[email protected]",
"supportNBC": "[email protected]",
"supportTHR": "[email protected]"
}
}
Expand Down Expand Up @@ -3235,4 +3235,4 @@
"createAfterFirstSave": "Los contenidos H5P solo se pueden crear después del primer guardado."
}
}
}
}
4 changes: 2 additions & 2 deletions locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2972,7 +2972,7 @@
"text": {
"supportDBC": "[email protected]",
"supportBRB": "[email protected]",
"supportNBC": "[email protected]",
"supportNBC": "[email protected]",
"supportTHR": "[email protected]"
}
}
Expand Down Expand Up @@ -3244,4 +3244,4 @@
"createAfterFirstSave": "Вміст H5P можна створити лише після першого збереження."
}
}
}
}
4 changes: 2 additions & 2 deletions theme/n21/views/help/mail-card.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p>Manche Anliegen brauchen mehr Möglichkeiten, als die Felder der Kontaktfunktion zulassen. Schreib uns eine E-Mail, wenn du mit uns ins Gespräch kommen willst:</p>
<div id="email-addresses">
<a href="mailto:[email protected]" target="_blank" rel="noopener">[email protected]</a> an die Landesinitiative n-21 für Ideen, Kritik und Wünsche rund um die Cloud selbst. <br>
<a href="mailto:[email protected]" target="_blank" rel="noopener">[email protected]</a> an das Supportteam für Informationen rund um das Projekt
<a href="mailto:[email protected]" target="_blank" rel="noopener">[email protected]</a> an die Landesinitiative n-21 für Ideen, Kritik und Wünsche rund um die Cloud selbst. <br>
<a href="mailto:[email protected]" target="_blank" rel="noopener">[email protected]</a> an das Supportteam für Informationen rund um das Projekt
</div>
4 changes: 2 additions & 2 deletions theme/n21/views/lib/extended_footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<div class="col-md-4">
<h4>{{$t "global.link.contact" }}</h4>
<ul>
<li><a href="mailto:[email protected]" target="_blank" rel="noopener"
<li><a href="mailto:[email protected]" target="_blank" rel="noopener"
aria-label="Support-Anfragen {{$t "global.link.openInNewTabWarning"}}">Feedback/Wünsche</a></li>
<li><a href="mailto:[email protected]" target="_blank" rel="noopener"
<li><a href="mailto:[email protected]" target="_blank" rel="noopener"
aria-label="Allgemeine Anfragen {{$t "global.link.openInNewTabWarning"}}">Support-Anfragen</a></li>
<li><a href="mailto:{{getConfig "ACCESSIBILITY_REPORT_EMAIL"}}?subject={{$t "lib.global.link.accessibilityReport"}}" target="_blank" rel="noopener"
aria-label="{{$t "lib.global.link.accessibilityReport"}} {{$t "global.link.openInNewTabWarning" }}">
Expand Down
2 changes: 1 addition & 1 deletion views/community/community.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="card-body p-1">
{{$t "community.text.inNiedersachsenTheReferenceSchool"}}<br>
{{$t "community.text.pleaseContactTheFollowingEmailAddress"}} <a
href="mailto:[email protected]">[email protected]</a>
href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 776f0f5

Please sign in to comment.