Skip to content

Commit

Permalink
cs_info: Add 'about' as a keyword for System Info (#12136)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte committed Mar 29, 2024
1 parent fa9911d commit b43cb79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class Module:
comment = _("Display system information")

def __init__(self, content_box):
keywords = _("system, information, details, graphic, sound, kernel, version")
keywords = _("system, information, details, graphic, sound, kernel, version, about")
sidePage = SidePage(_("System Info"), "cs-details", keywords, content_box, module=self)
self.sidePage = sidePage

Expand Down

0 comments on commit b43cb79

Please sign in to comment.