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:
Dominic Hayes - Feren OS Dev
2023-10-02 22:39:08 +01:00
committed by GitHub
parent c918927ab1
commit 9a43bb2e9b

View File

@@ -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()