Change i18n for due date on current task widget

This commit is contained in:
aignatov-bio 2020-03-30 15:30:52 +02:00
parent 65bb0ed233
commit 230099ac82
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,6 @@
<label><%= t("dashboard.current_tasks.filter.sort") %></label>
<select class="sort-filter">
<option value="date_asc" ><%= t("dashboard.current_tasks.filter.date_asc") %></option>
<option value="date_desc" ><%= t("dashboard.current_tasks.filter.date_desc") %></option>
<option value="atoz" ><%= t("dashboard.current_tasks.filter.atoz") %></option>
<option value="ztoa" ><%= t("dashboard.current_tasks.filter.ztoa") %></option>
</select>

View file

@ -10,8 +10,7 @@ en:
title: "Filters"
clear: "Clear"
sort: "Sort by"
date_asc: "Due Date Ascending"
date_desc: "Due Date Descending"
date_asc: "Due Date"
atoz: "From A to Z"
ztoa: "From Z to A"
display: "Display"