Skip to content

Commit

Permalink
Merge pull request #28 from dominichayesferen/patch-1
Browse files Browse the repository at this point in the history
Fixed the spelling of elementary - Thanks for noticing that!
  • Loading branch information
heliguy4599 authored Oct 3, 2023
2 parents 1695cae + 9a43bb2 commit d49e470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popular_remotes_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PopularRemotesWindow(Adw.Window):
toast_overlay = Gtk.Template.Child()

remotes = [
["elementary", "https://flatpak.elementary.io/repo.flatpakrepo", _("ElementoryOS's Apps")],
["elementary", "https://flatpak.elementary.io/repo.flatpakrepo", _("elementary OS's Apps")],
["flathub", "https://dl.flathub.org/repo/flathub.flatpakrepo", _("The biggest repository of Flatpaks")],
["flathub-beta", "https://flathub.org/beta-repo/flathub-beta.flatpakrepo", _("The beta branch of the biggest repository of Flatpaks")],
["fedora", "oci+https://registry.fedoraproject.org", _("Flatpaks packaged by Fedora Linux")],
Expand Down Expand Up @@ -180,4 +180,4 @@ def __init__(self, parent_window, **kwargs):

self.set_modal(True)
self.set_transient_for(parent_window)
self.generate_list()
self.generate_list()

0 comments on commit d49e470

Please sign in to comment.