Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
This commit is contained in:
Marco Ambrosini 2022-08-26 16:22:13 +02:00
Родитель 9361be2739
Коммит 8f45fd68a1
1 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -88,9 +88,15 @@
</div>
<div class="poll__modal-actions">
<!-- create poll button-->
<!-- Submit vote button-->
<NcButton type="primary" :disabled="!canSubmitVote" @click="submitVote">
{{ t('spreed', 'Submit') }}
{{ t('spreed', 'Submit vote') }}
</NcButton>
<!-- End poll button-->
<NcButton v-if="canEndPoll"
type="error"
@click="endPoll">
{{ t('spreed', 'End poll') }}
</NcButton>
</div>
</template>
@ -134,7 +140,7 @@
@click="modalPage = 'voting'">
{{ t('spreed', 'Change your vote') }}
</NcButton>
<!-- create poll button-->
<!-- End poll button-->
<NcButton v-if="canEndPoll"
type="error"
@click="endPoll">