Skip to content

Commit

Permalink
fix the scap content title (#967)
Browse files Browse the repository at this point in the history
(cherry picked from commit c467645)
  • Loading branch information
vijaysawant authored and web-flow committed Sep 12, 2023
1 parent 417155b commit c97fe67
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 c97fe67

Please sign in to comment.