From d47b69d6caa7c4405ab2e573ba407f9b2450c3bb Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 24 May 2023 12:11:25 +0200 Subject: [PATCH] fix(front): improve UI of the glossary page Signed-off-by: Thomas Citharel --- js/src/views/About/GlossaryView.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/js/src/views/About/GlossaryView.vue b/js/src/views/About/GlossaryView.vue index d18b5b21..7ac4e1d6 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."