mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Update abuses.vue
This commit is contained in:
parent
dc6e2f28ce
commit
851c388af6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<option value="resolved">{{ $ts.resolved }}</option>
|
<option value="resolved">{{ $ts.resolved }}</option>
|
||||||
</MkSelect>
|
</MkSelect>
|
||||||
<MkSelect v-model="targetUserOrigin" style="margin: 0; flex: 1;">
|
<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="combined">{{ $ts.all }}</option>
|
||||||
<option value="local">{{ $ts.local }}</option>
|
<option value="local">{{ $ts.local }}</option>
|
||||||
<option value="remote">{{ $ts.remote }}</option>
|
<option value="remote">{{ $ts.remote }}</option>
|
||||||
|
|
Loading…
Reference in a new issue