diff options
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 23377567..d34db5b6 100755 --- a/upd8.js +++ b/upd8.js @@ -4562,7 +4562,7 @@ const listingSpec = [ }, { - directory: 'tags/by-useds', + directory: 'tags/by-uses', title: ({strings}) => strings('listingPage.listTags.byUses.title'), condition: () => wikiInfo.features.artTagUI, |