mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fixed the spelling of elementary
very first MR in all seriousness it fixes the spelling and stylises it consistent with how elementary OS is written on https://elementary.io/.
This commit is contained in:
committed by
GitHub
parent
c918927ab1
commit
9a43bb2e9b
@@ -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")],
|
||||
@@ -177,4 +177,4 @@ class PopularRemotesWindow(Adw.Window):
|
||||
|
||||
self.set_modal(True)
|
||||
self.set_transient_for(parent_window)
|
||||
self.generate_list()
|
||||
self.generate_list()
|
||||
|
||||
Reference in New Issue
Block a user