Skip to content
Snippets Groups Projects
Commit e9dd3146 authored by Léopold Chappuis's avatar Léopold Chappuis Committed by Léopold Chappuis
Browse files

logoIcon: fix alt name

Change-Id: Ibf9d1a6826418979051d7253708291584a84aab9
parent 6febde0d
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ export default function AdminLogin() { ...@@ -61,7 +61,7 @@ export default function AdminLogin() {
<Box sx={isMobile ? { ...titleStyle, marginTop: '-20%' } : { ...titleStyle, marginTop: '-40%' }}> <Box sx={isMobile ? { ...titleStyle, marginTop: '-20%' } : { ...titleStyle, marginTop: '-40%' }}>
<img <img
src={logoIcon} src={logoIcon}
alt="Jami logo" alt={t('app_name')}
style={{ width: '20%', height: 'auto', borderRadius: borderRadius, marginRight: '15px' }} style={{ width: '20%', height: 'auto', borderRadius: borderRadius, marginRight: '15px' }}
/> />
<Typography variant="h4" style={{ marginTop: 10, marginRight: '15px' }}> <Typography variant="h4" style={{ marginTop: 10, marginRight: '15px' }}>
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
"admin_page_setup_title": "Jami Web Admin Setup", "admin_page_setup_title": "Jami Web Admin Setup",
"admin_page_welcome": "Jami Admin", "admin_page_welcome": "Jami Admin",
"admin_password_changed_successfully": "Administrator password changed successfully.", "admin_password_changed_successfully": "Administrator password changed successfully.",
"app_name": "Jami",
"are_composing_1": "{{member0}} is typing…", "are_composing_1": "{{member0}} is typing…",
"are_composing_2": "{{member0}} and {{member1}} are typing…", "are_composing_2": "{{member0}} and {{member1}} are typing…",
"are_composing_3": "{{member0}}, {{member1}} and {{member2}} are typing…", "are_composing_3": "{{member0}}, {{member1}} and {{member2}} are typing…",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment