mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Fix duplicate key (#211)
This commit is contained in:
parent
b520d4e448
commit
246a989a5f
@ -53,11 +53,10 @@ export default {
|
||||
browse: { text: "Browse", icon: "explore" },
|
||||
more: { text: "More", icon: "more_horiz" },
|
||||
/* Actions */
|
||||
update_library: { text: "Update library", icon: "refresh" },
|
||||
search: { text: "Search", icon: "search" },
|
||||
filter: { text: "Filter", icon: "filter_list" },
|
||||
edit: { text: "Edit", icon: "edit" },
|
||||
update_library: { text: "Update library", icon: "refresh" },
|
||||
edit: { text: "EDIT", icon:"create" },
|
||||
edit: { text: "EDIT", icon:"edit" },
|
||||
delete: { text: "DELETE", icon:"delete" },
|
||||
/* More */
|
||||
downloaded_only: { text: "Downloaded only", icon: "cloud_off" },
|
||||
|
Loading…
Reference in New Issue
Block a user