Skip to content

Commit d64abd7

Browse files
committed
feat(legal): update address
1 parent fb64797 commit d64abd7

File tree

5 files changed

+12
-19
lines changed

5 files changed

+12
-19
lines changed

src/app/pages/legal-notice/index.vue

+6-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<h2>{{ t('tmg') }}</h2>
66
<p>
77
{{ t('addressName') }}<br />
8-
{{ t('addressOrganization') }}<br />
98
{{ t('addressStreet') }}<br />
109
{{ t('addressCity') }}
1110
</p>
@@ -16,7 +15,6 @@
1615
<h2>{{ t('responsibility') }}</h2>
1716
<p>
1817
{{ t('addressName') }}<br />
19-
{{ t('addressOrganization') }}<br />
2018
{{ t('addressStreet') }}<br />
2119
{{ t('addressCity') }}
2220
</p>
@@ -125,10 +123,9 @@ useHeadDefault({ title })
125123

126124
<i18n lang="yaml">
127125
de:
128-
addressCity: 34127 Kassel
129-
addressName: Jonas Thelemann
130-
addressOrganization: SciencePark, CoCreation-Lab
131-
addressStreet: Universitätsplatz 12
126+
addressCity: 34121 Kassel
127+
addressName: maevsi UG (haftungsbeschränkt)
128+
addressStreet: Virchowstraße 4
132129
attributionDescription: '{title} von {author}, {license}'
133130
attributionTitle: Zuschreibungen
134131
contact: Kontakt
@@ -158,10 +155,9 @@ de:
158155
title: Impressum
159156
tmg: Angaben gemäß § 5 TMG
160157
en:
161-
addressCity: 34127 Kassel
162-
addressName: Jonas Thelemann
163-
addressOrganization: SciencePark, CoCreation-Lab
164-
addressStreet: Universitätsplatz 12
158+
addressCity: 34121 Kassel
159+
addressName: maevsi UG (haftungsbeschränkt)
160+
addressStreet: Virchowstraße 4
165161
attributionDescription: '{title} by {author}, {license}'
166162
attributionTitle: Attributions
167163
contact: Contact

src/app/pages/privacy-policy/index.vue

+6-9
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<p>{{ t('mandatoryInfoResponsibleDescription1') }}</p>
5151
<address>
5252
{{ t('mandatoryInfoResponsibleAddressName') }}<br />
53-
{{ t('mandatoryInfoResponsibleAddressOrganization') }}<br />
5453
{{ t('mandatoryInfoResponsibleAddressStreet') }}<br />
5554
{{ t('mandatoryInfoResponsibleAddressCity') }}<br />
5655
<br />
@@ -359,11 +358,10 @@ de:
359358
mandatoryInfoProcessingRestrictionList3: Wenn wir Ihre personenbezogenen Daten nicht mehr benötigen, Sie sie jedoch zur Ausübung, Verteidigung oder Geltendmachung von Rechtsansprüchen benötigen, haben Sie das Recht, statt der Löschung die Einschränkung der Verarbeitung Ihrer personenbezogenen Daten zu verlangen.
360359
mandatoryInfoProcessingRestrictionList4: Wenn Sie einen Widerspruch nach Art. 21 Abs. 1 DSGVO eingelegt haben, muss eine Abwägung zwischen Ihren und unseren Interessen vorgenommen werden. Solange noch nicht feststeht, wessen Interessen überwiegen, haben Sie das Recht, die Einschränkung der Verarbeitung Ihrer personenbezogenen Daten zu verlangen.
361360
mandatoryInfoProcessingRestrictionTitle: Recht auf Einschränkung der Verarbeitung
362-
mandatoryInfoResponsibleAddressCity: 34127 Kassel
361+
mandatoryInfoResponsibleAddressCity: 34121 Kassel
363362
mandatoryInfoResponsibleAddressEmail: "E-Mail: contact+privacy-policy{'@'}maev.si"
364-
mandatoryInfoResponsibleAddressName: Jonas Thelemann
365-
mandatoryInfoResponsibleAddressOrganization: SciencePark, CoCreation-Lab
366-
mandatoryInfoResponsibleAddressStreet: Universitätsplatz 12
363+
mandatoryInfoResponsibleAddressName: maevsi UG (haftungsbeschränkt)
364+
mandatoryInfoResponsibleAddressStreet: Virchowstraße 4
367365
mandatoryInfoResponsibleDescription1: 'Die verantwortliche Stelle für die Datenverarbeitung auf dieser Website ist:'
368366
mandatoryInfoResponsibleDescription2: Verantwortliche Stelle ist die natürliche oder juristische Person, die allein oder gemeinsam mit anderen über die Zwecke und Mittel der Verarbeitung von personenbezogenen Daten (z. B. Namen, E-Mail-Adressen o. Ä.) entscheidet.
369367
mandatoryInfoResponsibleTitle: Hinweis zur verantwortlichen Stelle
@@ -509,11 +507,10 @@ en:
509507
mandatoryInfoProcessingRestrictionList3: If we no longer need your personal data, but you need it to exercise, defend or enforce legal claims, you have the right to request restriction of the processing of your personal data instead of deletion.
510508
mandatoryInfoProcessingRestrictionList4: If you have lodged an objection pursuant to Art. 21 (1) GDPR, a balancing of your and our interests must be carried out. As long as it has not yet been determined whose interests prevail, you have the right to request the restriction of the processing of your personal data.
511509
mandatoryInfoProcessingRestrictionTitle: Right to restriction of processing
512-
mandatoryInfoResponsibleAddressCity: 34127 Kassel
510+
mandatoryInfoResponsibleAddressCity: 34121 Kassel
513511
mandatoryInfoResponsibleAddressEmail: "E-mail: contact+privacy-policy{'@'}maev.si"
514-
mandatoryInfoResponsibleAddressName: Jonas Thelemann
515-
mandatoryInfoResponsibleAddressOrganization: SciencePark, CoCreation-Lab
516-
mandatoryInfoResponsibleAddressStreet: Universitätsplatz 12
512+
mandatoryInfoResponsibleAddressName: maevsi UG (haftungsbeschränkt)
513+
mandatoryInfoResponsibleAddressStreet: Virchowstraße 4
517514
mandatoryInfoResponsibleDescription1: 'The responsible party for data processing on this website is:'
518515
mandatoryInfoResponsibleDescription2: The controller is the natural or legal person who alone or jointly with others determines the purposes and means of the processing of personal data (e.g. names, e-mail addresses, etc.).
519516
mandatoryInfoResponsibleTitle: Note on the responsible body

0 commit comments

Comments
 (0)