mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +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" },
|
browse: { text: "Browse", icon: "explore" },
|
||||||
more: { text: "More", icon: "more_horiz" },
|
more: { text: "More", icon: "more_horiz" },
|
||||||
/* Actions */
|
/* Actions */
|
||||||
|
update_library: { text: "Update library", icon: "refresh" },
|
||||||
search: { text: "Search", icon: "search" },
|
search: { text: "Search", icon: "search" },
|
||||||
filter: { text: "Filter", icon: "filter_list" },
|
filter: { text: "Filter", icon: "filter_list" },
|
||||||
edit: { text: "Edit", icon: "edit" },
|
edit: { text: "EDIT", icon:"edit" },
|
||||||
update_library: { text: "Update library", icon: "refresh" },
|
|
||||||
edit: { text: "EDIT", icon:"create" },
|
|
||||||
delete: { text: "DELETE", icon:"delete" },
|
delete: { text: "DELETE", icon:"delete" },
|
||||||
/* More */
|
/* More */
|
||||||
downloaded_only: { text: "Downloaded only", icon: "cloud_off" },
|
downloaded_only: { text: "Downloaded only", icon: "cloud_off" },
|
||||||
|
Loading…
Reference in New Issue
Block a user