Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-web
Commits
e9dd3146
Commit
e9dd3146
authored
3 months ago
by
Léopold Chappuis
Committed by
Léopold Chappuis
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
logoIcon: fix alt name
Change-Id: Ibf9d1a6826418979051d7253708291584a84aab9
parent
6febde0d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
client/src/pages/AdminLogin.tsx
+1
-1
1 addition, 1 deletion
client/src/pages/AdminLogin.tsx
server/locale/en/translation.json
+1
-0
1 addition, 0 deletions
server/locale/en/translation.json
with
2 additions
and
1 deletion
client/src/pages/AdminLogin.tsx
+
1
−
1
View file @
e9dd3146
...
@@ -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
'
}
}
>
...
...
This diff is collapsed.
Click to expand it.
server/locale/en/translation.json
+
1
−
0
View file @
e9dd3146
...
@@ -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…"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment