Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
8b50c5bb
Commit
8b50c5bb
authored
Mar 14, 2022
by
Piers Barrios
Committed by
Florent Chehab
Mar 22, 2022
Browse files
Update UnlinkedPartners.jsx to correct typo (missing space)
parent
e7f0e79e
Pipeline
#96162
failed with stages
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/app/UnlinkedPartners.jsx
View file @
8b50c5bb
...
@@ -54,8 +54,8 @@ function UnlinkedPartners({ unlinkedPartners, variant }) {
...
@@ -54,8 +54,8 @@ function UnlinkedPartners({ unlinkedPartners, variant }) {
<
Typography
variant
=
"caption"
color
=
"primary"
>
<
Typography
variant
=
"caption"
color
=
"primary"
>
⚠
⚠
{
nUnlinked
===
1
{
nUnlinked
===
1
?
"
1 université partenaire de l'UTC n'est pas encore pleinement disponible
"
?
"
1 université partenaire de l'UTC n'est pas encore pleinement disponible
"
:
`
${
nUnlinked
}
universités partenaires de l'UTC ne sont pas encore pleinement disponibles`
}
:
`
${
nUnlinked
}
universités partenaires de l'UTC ne sont pas encore pleinement disponibles
`
}
sur la plateforme. Plus d'informations
sur la plateforme. Plus d'informations
<
CustomLink
to
=
{
APP_ROUTES
.
aboutUnlinkedPartners
}
>
<
CustomLink
to
=
{
APP_ROUTES
.
aboutUnlinkedPartners
}
>
<
Typography
variant
=
"caption"
color
=
"primary"
>
<
Typography
variant
=
"caption"
color
=
"primary"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment