2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Change "star" icon to "bullhorn" icon

This commit is contained in:
Oliver
2021-11-02 15:07:20 +11:00
parent 9b0d8bedb5
commit 4bfdf21107
6 changed files with 8 additions and 19 deletions

View File

@ -874,8 +874,8 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
GLOBAL_SETTINGS = {
'HOMEPAGE_PART_STARRED': {
'name': _('Show starred parts'),
'description': _('Show starred parts on the homepage'),
'name': _('Show subscribed parts'),
'description': _('Show subscribed parts on the homepage'),
'default': True,
'validator': bool,
},