Skip to content

Commit 7ca0383

Browse files
Adapted validation error message when due date is on or before the start date.
Closes #1976
1 parent 74b07c5 commit 7ca0383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<string name="dialog_delete_done_message">"Attention: Subtasks are deleted independent of their status if their parent is marked as done. This operation cannot be undone!"</string>
129129
<string name="edit_dialog_sure_to_delete_message">"Are you sure you want to delete \"%1$s\"?"</string>
130130
<string name="edit_dialog_sure_to_discard_message">"Are you sure you want to discard this entry? This entry will not be saved."</string>
131-
<string name="edit_validation_errors_dialog_due_date_before_dtstart">"The Due date cannot be before the Start date."</string>
131+
<string name="edit_validation_errors_dialog_due_date_before_dtstart">"The Due date cannot be on or before the Start date."</string>
132132
<string name="edit_fragment_app_permission">"App permission"</string>
133133
<string name="edit_fragment_app_permission_message">"jtx Board can suggest Attendee data based on your contacts as input values for your entries. Read Permissions on your contacts is needed to enable this feature."</string>
134134
<!-- fragment_about -->

0 commit comments

Comments
 (0)