mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
Fix: Correct default value for first day of the week.
This commit corrects the default value for the first of the week. It was set to a non-sensical day of the week by mistake.
This commit is contained in:
parent
64e012a88a
commit
e02b52aac9
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<string name="pref_account_header">Account</string>
|
||||
<string name="pref_first_day_of_the_week_title">First Day of the Week</string>
|
||||
<string name="pref_first_day_of_the_week_summary">First day of the week in all calendars</string>
|
||||
<string name="pref_first_day_of_the_week_default_value">5</string>
|
||||
<string name="pref_first_day_of_the_week_default_value">1</string>
|
||||
<string name="pref_first_day_of_the_week_key">FirstDayOfTheWeek</string>
|
||||
<string name="pref_reminder_header">Daily Reminder</string>
|
||||
<string name="pref_reminder_checkbox">Activate Reminder</string>
|
||||
|
|
|
|||
Loading…
Reference in a new issue