Skip to content

Commit

Permalink
feat: change texts and remove items
Browse files Browse the repository at this point in the history
  • Loading branch information
enieber committed Jul 3, 2024
1 parent c09a8eb commit cbd8eeb
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 128 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<?= i::__('Selecione as opções abaixo e clique no botão para se inscrever') ?>
</p>
<p v-if="numberFields == 1" class="logged__description">
<?= i::__('Selecione uma opções abaixo e clique no botão para se inscrever') ?>
<?= i::__('Selecione o eixo') ?>
</p>
<p v-if="numberFields == 0" class="logged__description">
<?= i::__('Clique no botão para se inscrever') ?>
Expand Down Expand Up @@ -106,4 +106,4 @@

</div>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
');
?>
<div :class="['registration-card', {'border': hasBorder}, {'picture': pictureCard}]">
<div class="registration-card__content">
<div class="registration-card__content">

<div v-if="pictureCard" class="left">
<div class="registerImage">
<mc-avatar :entity="entity.opportunity" size="small"></mc-avatar>
</div>
</div>

<div class="right">
<div class="right">
<div class="header">
<div v-if="pictureCard" class="title"> <strong>{{entity.opportunity?.name}}</strong> </div>
<div v-if="!pictureCard" class="title"> <?= i::__('Número de inscrição:') ?> <strong>{{entity.number}}</strong> </div>
Expand All @@ -34,7 +34,7 @@
</div>

<div v-if="!pictureCard && entity.category" class="registerData">
<p class="title"> <?= i::__("Categoria") ?> </p>
<p class="title"> <?= i::__("Eixo") ?> </p>
<p class="data"> {{entity.category}} </p>
</div>

Expand Down Expand Up @@ -88,4 +88,4 @@
</slot>
</div>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<h4 class="registration-info__data__info bold">{{registration?.createTimestamp?.date('2-digit year')}}</h4>
</div>
<div v-if="registration.category" class="registration-info__data">
<h5 class="registration-info__data__title semibold"> <?= i::__('Categoria') ?> </h5>
<h5 class="registration-info__data__title semibold"> <?= i::__('Eixo') ?> </h5>
<h4 class="registration-info__data__info bold">{{registration.category}}</h4>
</div>
</div>
Expand All @@ -38,4 +38,4 @@
<h4 class="registration-info__data__info bold">{{registration.proponentType}}</h4>
</div>
</div>
</div>
</div>
Loading

0 comments on commit cbd8eeb

Please sign in to comment.