replace joinmobilizon.org by mobilizon.org (#1702)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<b>{{ instanceName }}</b>
|
||||
</template>
|
||||
<template #mobilizon_link>
|
||||
<a href="https://joinmobilizon.org">{{ t("Mobilizon") }}</a>
|
||||
<a href="https://mobilizon.org">{{ t("Mobilizon") }}</a>
|
||||
</template>
|
||||
</i18n-t>
|
||||
<span v-if="sentryEnabled">
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
variant="primary"
|
||||
size="large"
|
||||
tag="a"
|
||||
href="https://joinmobilizon.org"
|
||||
href="https://mobilizon.org"
|
||||
>{{ t("Learn more about Mobilizon") }}</o-button
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
keypath="An instance is an installed version of the Mobilizon software running on a server. An instance can be run by anyone using the {mobilizon_software} or other federated apps, aka the “fediverse”. This instance's name is {instance_name}. Mobilizon is a federated network of multiple instances (just like email servers), users registered on different instances may communicate even though they didn't register on the same instance."
|
||||
>
|
||||
<template #mobilizon_software
|
||||
><a href="https://joinmobilizon.org">{{
|
||||
><a href="https://mobilizon.org">{{
|
||||
t("Mobilizon software")
|
||||
}}</a></template
|
||||
>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
tag="a"
|
||||
icon-left="open-in-new"
|
||||
class="text-2xl bg-primary text-white leading-6"
|
||||
href="https://joinmobilizon.org"
|
||||
href="https://mobilizon.org"
|
||||
>{{ t("Learn more") }}</o-button
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<i18n-t keypath="Ask your instance admin to {enable_feature}.">
|
||||
<template #enable_feature>
|
||||
<a
|
||||
href="https://docs.joinmobilizon.org/administration/configure/push/"
|
||||
href="https://docs.mobilizon.org/3.%20System%20administration/configure/push/"
|
||||
target="_blank"
|
||||
rel="noopener noreferer"
|
||||
>{{ $t("enable the feature") }}</a
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<b>{{ config?.name }}</b>
|
||||
</template>
|
||||
<template #mobilizon>
|
||||
<a href="https://joinmobilizon.org" target="_blank" class="out">{{
|
||||
<a href="https://mobilizon.org" target="_blank" class="out">{{
|
||||
t("Mobilizon")
|
||||
}}</a>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user