Skip to content

Commit

Permalink
Rename saved searches in the sidebar
Browse files Browse the repository at this point in the history
ref #282
  • Loading branch information
diegogangl committed Apr 11, 2020
1 parent 7fcf2aa commit 29eb2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTG/core/treefactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_tags_tree(self, req):
# Build the search tag
search_tag = tag.Tag(tag.SEARCH_TAG, req=req)
search_tag.set_attribute("special", "search")
search_tag.set_attribute("label", _("Search"))
search_tag.set_attribute("label", _("Saved searches"))
search_tag.set_attribute("icon", "system-search-symbolic")
search_tag.set_attribute("order", 1)
tagtree.add_node(search_tag)
Expand Down

0 comments on commit 29eb2f5

Please sign in to comment.