diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-05 12:32:35 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-05 12:32:35 +0900 |
| commit | c625a3fa5b7374dc99a17f514e14c994ae388f8a (patch) | |
| tree | f02cf6c1fca7d51fd8871d1bee2687e4fba1b782 | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-c625a3fa5b7374dc99a17f514e14c994ae388f8a.tar.gz sharkey-c625a3fa5b7374dc99a17f514e14c994ae388f8a.tar.bz2 sharkey-c625a3fa5b7374dc99a17f514e14c994ae388f8a.zip | |
Update abuses.vue
| -rw-r--r-- | src/client/pages/admin/abuses.vue | 2 |
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> |