update: replace channel/channels with circle/circles

This commit is contained in:
Jean-Baptiste Pasquier
2020-08-24 13:13:48 +02:00
parent 4e9d58452f
commit e2fcacf951
9 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
div.content-box__info.flex
solid-link(class="backlink right", next='admin-circle-list') Retour
h1.centered Créer un canal
h1.centered Créer un cercle
solid-form.form.button-register(
data-src=`${endpoints.circles || endpoints.post.circles}`
@ -12,9 +12,9 @@ div.content-box__info.flex
class-name='form-label is-light is-full-width input-text-like'
class-description='form-label is-light is-full-width input-text-like'
label-status='Statut du canal'
label-name='Nom du canal *'
label-description='Sous-titre du canal *'
label-status='Statut du cercle'
label-name='Nom du cercle *'
label-description='Sous-titre du cercle *'
widget-status='hubl-status'

View File

@ -31,12 +31,12 @@
div.admin-header.flex
h3 Canaux
h3 Cercles
solid-link(
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
next='admin-circle-create'
) Créer un canal
) Créer un cercle
.table-wrapper
.table

View File

@ -19,7 +19,7 @@ div.content-box__info.flex
fields='status, line-1(customer.name, name), description, line-2(captain), logo'
label-status='Statut du canal*'
label-status='Statut du cercle*'
widget-status='hubl-status'
class-status='form-label is-light is-full-width'