Skip to content

Commit

Permalink
fix: use @string resource in welcome_slide4.xml
Browse files Browse the repository at this point in the history
Closes #4060
  • Loading branch information
VaiTon committed Jun 19, 2021
1 parent 7f637bc commit 6aecf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/welcome_slide4.xml
Expand Up @@ -36,7 +36,7 @@
android:layout_marginLeft="@dimen/activity_horizontal_margin"
android:layout_marginRight="@dimen/activity_horizontal_margin"
android:gravity="center_horizontal"
android:text="A synthesis of the environmental impact of your food."
android:text="@string/welcome_slide_ecoscore_desc"
android:textAlignment="center"
android:textColor="@android:color/white"
android:textSize="@dimen/slide_desc" />
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Expand Up @@ -928,4 +928,5 @@
<string name="synthesis_of_nutrition_slide_2_text">A simple synthesis of the nutritional quality of your food</string>
<string name="avoid_ultra_processed_foods">Avoid ultra-processed foods</string>
<string name="nova_slide_3_text">Reduce the amount of ultra-processed foods in your diet.</string>
<string name="welcome_slide_ecoscore_desc">A synthesis of the environmental impact of your food.</string>
</resources>

0 comments on commit 6aecf7f

Please sign in to comment.