Adapt message when all habits are completed

Closes #700.
This commit is contained in:
Quentin Hibon
2021-02-09 23:35:13 +01:00
committed by Alinson S. Xavier
parent 8e1aa3d01e
commit 50ebff3edf
6 changed files with 54 additions and 16 deletions

View File

@@ -28,6 +28,7 @@
<string translatable="false" name="fa_calendar">&#xf073;</string>
<string translatable="false" name="fa_exclamation_circle">&#xf06a;</string>
<string translatable="false" name="fa_question">&#xf128;</string>
<string translatable="false" name="fa_umbrella_beach">&#xf5ca;</string>
<!--<string translatable="false" name="fa_glass">&#xf000;</string>-->
<!--<string translatable="false" name="fa_music">&#xf001;</string>-->

View File

@@ -59,6 +59,7 @@
<string name="save">Save</string>
<string name="streaks">Streaks</string>
<string name="no_habits_found">You have no active habits</string>
<string name="no_habits_left_to_do">You\'re all done for today!</string>
<string name="long_press_to_toggle">Press-and-hold to check or uncheck</string>
<string name="reminder_off">Off</string>
<string name="create_habit">Create habit</string>