[fix] add missing i18n strings
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
ul.tags(v-if='showTags && event.tags')
|
||||
li(v-for='tag in event.tags' :key='tag') {{tag}}
|
||||
li(v-if='settings.enable_federation && event.comments && event.comments.length') <u>{{$tc('common.resources', event.comments.length)}}</u>
|
||||
li(v-if='settings.enable_federation && event.resources && event.resources.length') <u>{{$tc('common.n_resources', event.resources.length)}}</u>
|
||||
</template>
|
||||
<script>
|
||||
import { mapState, mapActions } from 'vuex'
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
el-button-group
|
||||
el-button(size='mini'
|
||||
:type='data.row.hidden?"danger":"warning"'
|
||||
@click='toggleHideResource(data.row)') {{data.row.hidden?$t('admin.show_resource'):$t('admin.hide_resource')}}
|
||||
@click='toggleHideResource(data.row)') {{data.row.hidden?$t('common.show'):$t('common.hide')}}
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user