Skip to content

Commit

Permalink
fix: Revent to Eaten products (#4702)
Browse files Browse the repository at this point in the history
* Update strings.xml

I'm not quite sure why we changed the name of the list (It used to be "Eaten products"

* Update strings.xml
  • Loading branch information
teolemon committed Apr 24, 2022
1 parent 0c86666 commit cfca5f4
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 @@ -754,7 +754,7 @@
<string name="dialog_create_new_list_title">Create a new list</string>
<string name="dialog_create_new_list_hint">List Name</string>

<string name="default_list_title_stored">Product I have</string>
<string name="default_list_title_stored">Eaten products</string>
<string name="default_list_title_to_buy">Products to buy</string>

<string name="txt_exporting_your_listed_products">Exporting Your Products…</string>
Expand Down

0 comments on commit cfca5f4

Please sign in to comment.