Skip to content

Commit

Permalink
Fixes #38161 - Humanize flatpak remote resource name (#11288)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Jan 24, 2025
1 parent b594562 commit a30fb41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/katello/flatpak_remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ class FlatpakRemote < Katello::Model
scoped_search :on => :url, :complete_value => true
scoped_search :on => :seeded, :complete_value => true
scoped_search :on => :registry_url, :complete_value => true

def self.humanize_class_name(_name = nil)
_("Flatpak Remotes")
end
end
end

0 comments on commit a30fb41

Please sign in to comment.