diff --git a/resources/js_vue3/views/About.vue b/resources/js_vue3/views/About.vue
index 1b838274..473eb60c 100644
--- a/resources/js_vue3/views/About.vue
+++ b/resources/js_vue3/views/About.vue
@@ -1,43 +1,146 @@
-
-
-
On About view
-
- {{ infos }}
-
-
-
- {{ toto }}
-
-
Go to About
-
-
+
\ No newline at end of file
+
+
+
+
+ {{ $t('commons.about') }}
+
+
+ 2FAuth v{{ $2fauth.version }}
+
+
+ {{ $t('commons.2fauth_teaser')}}
+
+
+
+ ©Bubka AGPL-3.0 license
+
+
+ {{ $t('commons.resources') }}
+
+
+
+ {{ $t('commons.credits') }}
+
+
+
+
+
+ {{ $t('commons.environment') }}
+
+
+
+ {{ $t('settings.admin_settings') }}
+
+
+
+
+ - {{setting}}: {{value}}
+
+
+
+ {{ $t('settings.user_preferences') }}
+
+
+
+
+ - {{preference}}: {{value}}
+
+
+
+
+
+
+
+
+ {{ $t('commons.back') }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/lang/en/commons.php b/resources/lang/en/commons.php
index b4a8c893..bbf2f8d2 100644
--- a/resources/lang/en/commons.php
+++ b/resources/lang/en/commons.php
@@ -70,5 +70,5 @@
'image_of_qrcode_to_scan' => 'Image of a QR code to scan',
'file' => 'File',
'or' => 'OR',
- 'close_the_x_page' => 'Close the {pagetitle} page',
+ 'close_the_x_page' => 'Close the :pagetitle page',
];
diff --git a/vite.config.js b/vite.config.js
index 47876beb..5b2d64be 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -37,7 +37,8 @@ export default defineConfig({
{
'@vueuse/core': [
'useStorage',
- ],
+ 'useClipboard',
+ ],
'laravel-vue-i18n': [
'i18nVue',
'trans'