Skip to content
Snippets Groups Projects
Commit 3458dc49 authored by Manon Bourgognon's avatar Manon Bourgognon
Browse files

update: change 'Administrateur' to 'Admin' in circle information

parent 60760bc8
1 merge request!342update: change 'Administrateur' to 'Admin' in circle information
Pipeline #12857 passed with stages
in 7 minutes and 29 seconds
if componentSet.has('circles') if componentSet.has('circles')
solid-widget(name='orbit-circle-edit-admin') solid-widget(name='orbit-circle-edit-admin')
template ${value == "true" ? "Administrateur" : ""} template ${value == "true" ? "Admin" : ""}
\ No newline at end of file \ No newline at end of file
if componentSet.has('circles') if componentSet.has('circles')
solid-widget(name='orbit-circle-user-admin') solid-widget(name='orbit-circle-user-admin')
template ${value == "true" ? "Administrateur" : ""} template ${value == "true" ? "Admin" : ""}
\ No newline at end of file \ No newline at end of file
if componentSet.has('projects') if componentSet.has('projects')
solid-widget(name='orbit-project-edit-admin') solid-widget(name='orbit-project-edit-admin')
template ${value == "true" ? "Administrateur" : ""} template ${value == "true" ? "Admin" : ""}
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment