diff --git a/Corona-Warn-App/src/main/res/layout/trace_location_privacy_card.xml b/Corona-Warn-App/src/main/res/layout/trace_location_privacy_card.xml
index cd37450cf9ba6b4a96d717d4efff30f5775ee0b2..ca0459380a09c51c00f3a3230568399e3fbec235 100644
--- a/Corona-Warn-App/src/main/res/layout/trace_location_privacy_card.xml
+++ b/Corona-Warn-App/src/main/res/layout/trace_location_privacy_card.xml
@@ -106,7 +106,7 @@
         android:layout_width="0dp"
         android:layout_height="wrap_content"
         android:layout_marginTop="@dimen/spacing_normal"
-        android:text="@string/trace_location_privacy_card_third_bulletpoint_text"
+        android:text="@string/trace_location_privacy_card_fourth_bulletpoint_text"
         app:layout_constraintEnd_toEndOf="@id/second_bulletpoint_subtitle"
         app:layout_constraintStart_toStartOf="@id/second_bulletpoint_subtitle"
         app:layout_constraintTop_toBottomOf="@id/second_bulletpoint_subtitle" />
@@ -126,7 +126,7 @@
         android:layout_height="wrap_content"
         android:layout_marginTop="@dimen/spacing_normal"
         android:paddingBottom="@dimen/spacing_medium"
-        android:text="@string/trace_location_privacy_card_fourth_bulletpoint_text"
+        android:text="@string/trace_location_privacy_card_third_bulletpoint_text"
         app:layout_constraintEnd_toEndOf="@id/third_bulletpoint_text"
         app:layout_constraintStart_toStartOf="@id/third_bulletpoint_text"
         app:layout_constraintTop_toBottomOf="@id/third_bulletpoint_text" />