Skip to content

Commit

Permalink
Change Hardware Model typo (#920) (#921)
Browse files Browse the repository at this point in the history
(cherry picked from commit eaf1602)

Co-authored-by: Matyáš Strelec <mstrelec@redhat.com>
  • Loading branch information
Satellite-QE and mstrlc committed Aug 10, 2023
1 parent faefa46 commit b8d858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/hardware_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DeleteHardwareModelDialog(ConfirmationDialog):

class HardwareModelsView(BaseLoggedInView, SearchableViewMixin):
delete_dialog = DeleteHardwareModelDialog()
title = Text("//h1[normalize-space(.)='Hardware Models']")
title = Text("//h1[normalize-space(.)='Hardware models']")
new = Text("//a[contains(@href, '/models/new')]")
table = SatTable(
'.//table',
Expand Down

0 comments on commit b8d858e

Please sign in to comment.