mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Fix typo
This commit is contained in:
parent
ff45b17b53
commit
0117b577f4
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -16,4 +16,4 @@ en:
|
|||
select_project: "Select Project"
|
||||
experiment: "Experiment"
|
||||
select_experiment: "Select Experiment"
|
||||
apply: "Apply"
|
||||
apply: "Apply"
|
||||
|
|
Loading…
Reference in a new issue