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
35f8ee9f
Commit
35f8ee9f
authored
1 year ago
by
Léo Banno-Cloutier
Browse files
Options
Downloads
Patches
Plain Diff
Blueprint: Change max title length to 40
Change-Id: Idffa1d5d7eb9c5c8d423f2a0564341bba4668d92
parent
2f850e9d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jams-react-client/public/locales/en/translation.json
+1
-1
1 addition, 1 deletion
jams-react-client/public/locales/en/translation.json
jams-react-client/src/views/Blueprint/EditBlueprintUiForm.js
+2
-2
2 additions, 2 deletions
jams-react-client/src/views/Blueprint/EditBlueprintUiForm.js
with
3 additions
and
3 deletions
jams-react-client/public/locales/en/translation.json
+
1
−
1
View file @
35f8ee9f
...
...
@@ -260,7 +260,7 @@
"welcome_has_description"
:
"Description"
,
"welcome_Description"
:
"Here is your Jami identifier, don't hesitate to share it in order to be contacted more easily!"
,
"welcome_has_Tips"
:
"Enable Tips display"
,
"instruction_title"
:
"Use Jami title or personalize it (max
3
0 characters)"
,
"instruction_title"
:
"Use Jami title or personalize it (max
4
0 characters)"
,
"instruction_description"
:
"Use Jami description or personalize it (max 100 characters)"
,
"welcome_has_BackgroundCustom"
:
"Background"
,
"instruction_background"
:
"Choose a background color or a background image"
,
...
...
This diff is collapsed.
Click to expand it.
jams-react-client/src/views/Blueprint/EditBlueprintUiForm.js
+
2
−
2
View file @
35f8ee9f
...
...
@@ -88,7 +88,7 @@ const TitleForm = ({ uiCustomization, handleUpdateUi }) => {
<
span
>
{
i18next
.
t
(
"
instruction_title
"
,
"
Use Jami title or personalize it (max
3
0 characters)
"
"
Use Jami title or personalize it (max
4
0 characters)
"
)}
<
/span
>
<
TextField
...
...
@@ -99,7 +99,7 @@ const TitleForm = ({ uiCustomization, handleUpdateUi }) => {
handleUpdateUi
(
"
title
"
,
e
.
target
.
value
);
}}
fullWidth
inputProps
=
{{
maxLength
:
3
0
}}
inputProps
=
{{
maxLength
:
4
0
}}
/
>
<
/FormGroup
>
);
...
...
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