summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-11-05 12:32:35 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-11-05 12:32:35 +0900
commitc625a3fa5b7374dc99a17f514e14c994ae388f8a (patch)
treef02cf6c1fca7d51fd8871d1bee2687e4fba1b782 /src
parentUpdate CHANGELOG.md (diff)
downloadsharkey-c625a3fa5b7374dc99a17f514e14c994ae388f8a.tar.gz
sharkey-c625a3fa5b7374dc99a17f514e14c994ae388f8a.tar.bz2
sharkey-c625a3fa5b7374dc99a17f514e14c994ae388f8a.zip
Update abuses.vue
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/admin/abuses.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/admin/abuses.vue b/src/client/pages/admin/abuses.vue
index 29da8cc2c5..fb99347f34 100644
--- a/src/client/pages/admin/abuses.vue
+++ b/src/client/pages/admin/abuses.vue
@@ -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>