fix(Delegate): typo and texts
This commit is contained in:
parent
75ad9be5eb
commit
cc08e623e7
1 changed files with 3 additions and 2 deletions
|
@ -82,12 +82,13 @@
|
|||
<v-alert
|
||||
v-if="$store.state.delegate.validationState === 'rejected'"
|
||||
prominent
|
||||
dense
|
||||
type="info"
|
||||
border="left"
|
||||
color="error">
|
||||
<v-row align="center">
|
||||
<v-col class="grow">
|
||||
Les changements apportés ont été refusés, vous devez donc les modifiers
|
||||
Les changements apportés ont été refusés, vous devez donc les modifier
|
||||
</v-col>
|
||||
<v-col class="shrink">
|
||||
<v-btn outlined @click="rejectionDetailsModal = true">Pourquoi ?</v-btn>
|
||||
|
@ -213,7 +214,7 @@
|
|||
:enabled="previewModal"
|
||||
:id="$store.state.delegate._id"
|
||||
:slug="$store.state.delegate.slug"
|
||||
:dialogTitle="'Prévisualiser votre page publique'"
|
||||
:dialogTitle="'Prévisualisation'"
|
||||
@close="previewModal = false"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue