Skip to content

Commit

Permalink
fix the scap content title
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed Sep 12, 2023
1 parent f220146 commit c335eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/oscapcontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class SCAPContentsView(BaseLoggedInView, SearchableViewMixinPF4):
title = Text("//h1[normalize-space(.)='SCAP Content']")
title = Text("//h1[normalize-space(.)='SCAP Contents']")
new = Text("//a[contains(@href, 'scap_contents/new')]")
table = SatTable(
'.//table',
Expand Down

0 comments on commit c335eb6

Please sign in to comment.