Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoGoCarto
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Pixel Humain
GoGoCarto
Commits
ed5de6c9
Commit
ed5de6c9
authored
6 years ago
by
Nolwennig Guilbert
Browse files
Options
Downloads
Patches
Plain Diff
typo(admin/biopen/core/configuration)
parent
a58b8288
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Biopen/CoreBundle/Admin/ConfigurationAdmin.php
+1
-1
1 addition, 1 deletion
src/Biopen/CoreBundle/Admin/ConfigurationAdmin.php
with
1 addition
and
1 deletion
src/Biopen/CoreBundle/Admin/ConfigurationAdmin.php
+
1
−
1
View file @
ed5de6c9
...
@@ -57,7 +57,7 @@ class ConfigurationAdmin extends AbstractAdmin
...
@@ -57,7 +57,7 @@ class ConfigurationAdmin extends AbstractAdmin
->
with
(
'Nom des entités référencées sur l\'annuaire'
,
array
(
'class'
=>
'col-md-6'
))
->
with
(
'Nom des entités référencées sur l\'annuaire'
,
array
(
'class'
=>
'col-md-6'
))
->
add
(
'elementDisplayName'
,
null
,
array
(
'label'
=>
"Nom"
))
->
add
(
'elementDisplayName'
,
null
,
array
(
'label'
=>
"Nom"
))
->
add
(
'elementDisplayNameDefinite'
,
null
,
array
(
'label'
=>
'Nom avec article défini'
))
->
add
(
'elementDisplayNameDefinite'
,
null
,
array
(
'label'
=>
'Nom avec article défini'
))
->
add
(
'elementDisplayNameIndefinite'
,
null
,
array
(
'label'
=>
'Nom avec art
c
ile indéfini'
))
->
add
(
'elementDisplayNameIndefinite'
,
null
,
array
(
'label'
=>
'Nom avec arti
c
le indéfini'
))
->
add
(
'elementDisplayNamePlural'
,
null
,
array
(
'label'
=>
'Nom pluriel '
))
->
add
(
'elementDisplayNamePlural'
,
null
,
array
(
'label'
=>
'Nom pluriel '
))
->
end
()
->
end
()
;
;
...
...
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