Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-8681 - replace nbc mail addresses #3560

Merged
merged 5 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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
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:{{getConfig "SC_CONTACT_EMAIL"}}" target="_blank" rel="noopener">{{getConfig "SC_CONTACT_EMAIL"}}</a> an die Landesinitiative n-21 für Ideen, Kritik und Wünsche rund um die Cloud selbst. <br>
<a href="mailto:{{getConfig "SC_CONTACT_EMAIL"}}" target="_blank" rel="noopener">{{getConfig "SC_CONTACT_EMAIL"}}</a> an das Supportteam für Informationen rund um das Projekt
</div>
4 changes: 1 addition & 3 deletions theme/n21/views/lib/extended_footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<div class="col-md-4">
<h4>{{$t "global.link.contact" }}</h4>
<ul>
<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:{{getConfig "SC_CONTACT_EMAIL"}}" 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:{{getConfig "SC_CONTACT_EMAIL"}}">{{getConfig "SC_CONTACT_EMAIL"}}</a>
</div>
</div>
</div>
Expand Down
Loading