diff --git a/js/src/views/About/GlossaryView.vue b/js/src/views/About/GlossaryView.vue index d18b5b210..7ac4e1d62 100644 --- a/js/src/views/About/GlossaryView.vue +++ b/js/src/views/About/GlossaryView.vue @@ -10,7 +10,7 @@ }}

-
{{ t("Instance") }}
+
{{ t("Instance") }}
{{ config.name }} -
{{ t("Instance administrator") }}
-
+
{{ t("Instance administrator") }}
+
{{ t( "The instance administrator is the person or entity that runs this Mobilizon instance." ) }}
-
{{ t("Application") }}
-
+
{{ t("Application") }}
+
{{ t( "In the following context, an application is a software, either provided by the Mobilizon team or by a 3rd-party, used to interact with your instance." ) }}
-
{{ t("API") }}
-
+
{{ t("API") }}
+
{{ t( "An “application programming interface” or “API” is a communication protocol that allows software components to communicate with each other. The Mobilizon API, for example, can allow third-party software tools to communicate with Mobilizon instances to carry out certain actions, such as posting events on your behalf, automatically and remotely." ) }}
-
{{ t("SSL/TLS") }}
+
{{ t("SSL/TLS") }}
-
{{ t("Cookies and Local storage") }}
-
+
{{ t("Cookies and Local storage") }}
+
{{ t( "A cookie is a small file containing information that is sent to your computer when you visit a website. When you visit the site again, the cookie allows that site to recognize your browser. Cookies may store user preferences and other information. You can configure your browser to refuse all cookies. However, this may result in some website features or services partially working. Local storage works the same way but allows you to store more data."