Update abuses.vue

This commit is contained in:
syuilo 2021-11-05 12:32:35 +09:00
parent ae6f0d49c2
commit c625a3fa5b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<option value="resolved">{{ $ts.resolved }}</option>
</MkSelect>
<MkSelect v-model="targetUserOrigin" style="margin: 0; flex: 1;">
<template #label>{{ $ts.targetUserOrigin }}</template>
<template #label>{{ $ts.reporteeOrigin }}</template>
<option value="combined">{{ $ts.all }}</option>
<option value="local">{{ $ts.local }}</option>
<option value="remote">{{ $ts.remote }}</option>