Skip to content

Commit 19aa4c6

Browse files
Updated text for issuer country (eu-digital-green-certificates#64)
1 parent b1570f0 commit 19aa4c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/src/main/res/layout/item_recovery.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
android:layout_width="match_parent"
9595
android:layout_height="wrap_content"
9696
android:layout_marginTop="10dp"
97-
android:text="@string/country_of_vaccination_title" />
97+
android:text="@string/issuer_country" />
9898

9999
<com.google.android.material.textview.MaterialTextView
100100
android:id="@+id/country_value"

app/src/main/res/layout/item_test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
android:layout_width="match_parent"
110110
android:layout_height="wrap_content"
111111
android:layout_marginTop="10dp"
112-
android:text="@string/country_of_vaccination_title" />
112+
android:text="@string/issuer_country" />
113113

114114
<com.google.android.material.textview.MaterialTextView
115115
android:id="@+id/country_value"

app/src/main/res/layout/item_vaccination.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
android:layout_width="match_parent"
9595
android:layout_height="wrap_content"
9696
android:layout_marginTop="10dp"
97-
android:text="@string/country_of_vaccination_title" />
97+
android:text="@string/issuer_country" />
9898

9999
<com.google.android.material.textview.MaterialTextView
100100
android:id="@+id/country_value"

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<string name="date_of_vaccination_title">Date of Vaccination</string>
3838
<string name="total_series_of_doses_title">Total Series of Doses</string>
3939
<string name="dose_number_title">Dose Number</string>
40-
<string name="country_of_vaccination_title">Country of Vaccination</string>
40+
<string name="issuer_country">Issuer Country</string>
4141
<string name="disease_or_agent_targeted_title">Disease or agent targeted</string>
4242
<string name="date_of_test_collection_title">Date of Collection</string>
4343
<string name="date_of_test_result_title">Date of Test Result</string>

0 commit comments

Comments
 (0)