This commit is contained in:
aignatov-bio 2020-02-18 09:27:07 +01:00
parent ff45b17b53
commit 0117b577f4
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<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="aotz" ><%= t("dashboard.current_tasks.filter.atoz") %></option>
<option value="atoz" ><%= t("dashboard.current_tasks.filter.atoz") %></option>
<option value="ztoa" ><%= t("dashboard.current_tasks.filter.ztoa") %></option>
</select>
</div>

View file

@ -16,4 +16,4 @@ en:
select_project: "Select Project"
experiment: "Experiment"
select_experiment: "Select Experiment"
apply: "Apply"
apply: "Apply"