Browse Source

repos square

tags/v1.22.12.1^2
chenshihai 2 years ago
parent
commit
e8512f002f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/vuepages/pages/repos/components/ReposFilters.vue

+ 1
- 1
web_src/vuepages/pages/repos/components/ReposFilters.vue View File

@@ -21,7 +21,7 @@ export default {
label: this.$t('repos.mostPopular'),
}, {
key: 'mostactive',
label: this.$t('repos.newest'),
label: this.$t('repos.mostActive'),
}, {
key: 'newest',
label: this.$t('repos.newest'),


Loading…
Cancel
Save