Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
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-jams
Commits
5746967a
Commit
5746967a
authored
1 year ago
by
Léo Banno-Cloutier
Browse files
Options
Downloads
Patches
Plain Diff
Blueprint: upload label in lowercase in translation files
Change-Id: I79c630d7564dc79443d65a8685dfdd197d3cb0b8
parent
35f8ee9f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jams-react-client/src/views/Blueprint/EditBlueprintUiForm.js
+2
-2
2 additions, 2 deletions
jams-react-client/src/views/Blueprint/EditBlueprintUiForm.js
with
2 additions
and
2 deletions
jams-react-client/src/views/Blueprint/EditBlueprintUiForm.js
+
2
−
2
View file @
5746967a
...
...
@@ -270,7 +270,7 @@ const CustomBackgroundForm = ({
onDrop
=
{(
files
)
=>
{
handleImgDrop
(
files
,
"
background
"
);
}}
label
=
{
i18next
.
t
(
"
upload_an_image
"
,
"
U
PLOAD AN IMAGE
"
)}
label
=
{
i18next
.
t
(
"
upload_an_image
"
,
"
U
pload an image
"
).
toUpperCase
(
)}
file
=
{
bgFile
}
setFile
=
{
setBgFile
}
handleDelete
=
{(
e
)
=>
{
...
...
@@ -329,7 +329,7 @@ const LogoForm = ({
<
FormGroup
row
style
=
{{
padding
:
"
10px 0
"
}}
>
<
CustomImgDropZone
onDrop
=
{(
files
)
=>
handleImgDrop
(
files
,
"
logo
"
)}
label
=
{
i18next
.
t
(
"
upload_a_logotype
"
,
"
U
PLOAD A LOGOTYPE
"
)}
label
=
{
i18next
.
t
(
"
upload_a_logotype
"
,
"
U
pload a logotype
"
).
toUpperCase
(
)}
file
=
{
logoFile
}
setFile
=
{
setLogoFile
}
handleDelete
=
{(
e
)
=>
{
...
...
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