Skip to content

Commit

Permalink
🌐 Added missing period to symptoms introduction string
Browse files Browse the repository at this point in the history
A missing period at the end of the 'symptoms_introduction' string in the
 values/strings.xml file has been added.

Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Jul 3, 2024
1 parent 56a8395 commit 45bb415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<string name="usage">Usage</string>
<string name="symptoms">Symptoms</string>
<string name="stats">Stats</string>
<string name="symptoms_introduction">A study from Budney et al. from the University of Vermont established how withdrawal symptoms affect and decay on cannabis users. Below you\'ll see an estimate of your current situation based on your last use date</string>
<string name="symptoms_introduction">A study from Budney et al. from the University of Vermont established how withdrawal symptoms affect and decay on cannabis users. Below you\'ll see an estimate of your current situation based on your last use date.</string>
<string name="hit_timer">Hit Timer</string>
<string name="start">Start</string>
<string name="reset">Reset</string>
Expand Down

0 comments on commit 45bb415

Please sign in to comment.