replace joinmobilizon.org by mobilizon.org (#1702)
This commit is contained in:
@@ -85,7 +85,7 @@ defmodule Mobilizon.Federation.ActivityPub.Utils do
|
||||
"postalCode" => "sc:postalCode",
|
||||
"addressLocality" => "sc:addressLocality",
|
||||
"streetAddress" => "sc:streetAddress",
|
||||
"mz" => "https://joinmobilizon.org/ns#",
|
||||
"mz" => "https://mobilizon.org/ns#",
|
||||
"repliesModerationOptionType" => %{
|
||||
"@id" => "mz:repliesModerationOptionType",
|
||||
"@type" => "rdfs:Class"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do
|
||||
@moduledoc """
|
||||
[Search Mobilizon](https://search.joinmobilizon.org) backend.
|
||||
[Search Mobilizon](https://search.mobilizon.org) backend.
|
||||
"""
|
||||
|
||||
alias Mobilizon.Actors.Actor
|
||||
@@ -252,7 +252,7 @@ defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do
|
||||
|
||||
defp search_endpoint do
|
||||
Application.get_env(:mobilizon, __MODULE__) |> get_in([:endpoint]) ||
|
||||
"https://search.joinmobilizon.org"
|
||||
"https://search.mobilizon.org"
|
||||
end
|
||||
|
||||
defp parse_date(nil), do: nil
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
<p>
|
||||
<%= pgettext(
|
||||
"terms",
|
||||
"For full details about the Mobilizon software <a href=\"https://joinmobilizon.org\">see here</a>."
|
||||
"For full details about the Mobilizon software <a href=\"https://mobilizon.org\">see here</a>."
|
||||
)
|
||||
|> raw %>
|
||||
</p>
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
)
|
||||
|> raw %>
|
||||
<br />
|
||||
<a href="https://joinmobilizon.org">
|
||||
<a href="https://mobilizon.org">
|
||||
<%= gettext("Learn more about Mobilizon here!") %>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
<%= gettext "Need help? Is something not working as expected?" %>
|
||||
<%= gettext "Ask the community on Framacolibri" %> https://framacolibri.org/c/mobilizon/39
|
||||
|
||||
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance_name %> <%= gettext "Learn more about Mobilizon here!" %> https://joinmobilizon.org
|
||||
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance_name %> <%= gettext "Learn more about Mobilizon here!" %> https://mobilizon.org
|
||||
|
||||
Reference in New Issue
Block a user