Skip to content

Commit a30fb41

Browse files
authored
Fixes #38161 - Humanize flatpak remote resource name (#11288)
1 parent b594562 commit a30fb41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/models/katello/flatpak_remote.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ class FlatpakRemote < Katello::Model
1919
scoped_search :on => :url, :complete_value => true
2020
scoped_search :on => :seeded, :complete_value => true
2121
scoped_search :on => :registry_url, :complete_value => true
22+
23+
def self.humanize_class_name(_name = nil)
24+
_("Flatpak Remotes")
25+
end
2226
end
2327
end

0 commit comments

Comments
 (0)