We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18be8f5 commit f14c087Copy full SHA for f14c087
src/components/CountersHeader.vue
@@ -22,7 +22,7 @@
22
:variant="showTrainingEvents ? 'event-training' : 'info'"
23
:disabled="trainingEventsBtnDisabled"
24
:pressed.sync="showTrainingEvents"
25
- size="sm">Показать учебные</b-btn>
+ size="sm">{{ showTrainingEvents ? 'Скрыть' : 'Показать' }} учебные</b-btn>
26
27
<ModalMap v-if="showModalMap && count > 0" :filtersData="filtersData" />
28
<ExportDropDown v-if="count > 0" @export2xls="export2xls" />
0 commit comments