[Android] Fix for conflicting string error

This commit is contained in:
Artem Samoilenko
2023-09-06 12:38:46 +01:00
committed by Claudio DeSouza
parent b56fd68709
commit dedafca97d
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="@string/connection_error"
android:text="@string/vpn_connection_error"
android:textSize="20sp"
android:layout_marginBottom="16dp"
android:textColor="@color/shield_text_color"