diff --git a/client/src/pages/AdminLogin.tsx b/client/src/pages/AdminLogin.tsx
index 13e71b3fc4cbc224db12025ae980f3c27cec258f..84e606ca9cdbb0d13c25ccc345c9ae8412bffe1f 100644
--- a/client/src/pages/AdminLogin.tsx
+++ b/client/src/pages/AdminLogin.tsx
@@ -61,7 +61,7 @@ export default function AdminLogin() {
         <Box sx={isMobile ? { ...titleStyle, marginTop: '-20%' } : { ...titleStyle, marginTop: '-40%' }}>
           <img
             src={logoIcon}
-            alt="Jami logo"
+            alt={t('app_name')}
             style={{ width: '20%', height: 'auto', borderRadius: borderRadius, marginRight: '15px' }}
           />
           <Typography variant="h4" style={{ marginTop: 10, marginRight: '15px' }}>
diff --git a/server/locale/en/translation.json b/server/locale/en/translation.json
index 05cc3a5637ff1cc1d224c2e3590287c9e561bfc9..732c244e94e80ec3da7d097d96325919428ef90a 100644
--- a/server/locale/en/translation.json
+++ b/server/locale/en/translation.json
@@ -34,6 +34,7 @@
   "admin_page_setup_title": "Jami Web Admin Setup",
   "admin_page_welcome": "Jami Admin",
   "admin_password_changed_successfully": "Administrator password changed successfully.",
+  "app_name": "Jami",
   "are_composing_1": "{{member0}} is typing…",
   "are_composing_2": "{{member0}} and {{member1}} are typing…",
   "are_composing_3": "{{member0}}, {{member1}} and {{member2}} are typing…",