mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Change i18n for due date on current task widget
This commit is contained in:
parent
65bb0ed233
commit
230099ac82
2 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue