fix: language keys

This commit is contained in:
Barış Soner Uşaklı
2022-02-09 17:50:08 -05:00
parent d70ce3a937
commit 350052ec50
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ const templateToData = {
},
'account/best': {
type: 'posts',
noItemsFoundKey: '[[user:has_no_voted_posts]]',
noItemsFoundKey: '[[user:has_no_best_posts]]',
crumb: '[[global:best]]',
getSets: async function (callerUid, userData) {
const cids = await categories.getCidsByPrivilege('categories:cid', callerUid, 'topics:read');
@@ -67,7 +67,7 @@ const templateToData = {
},
'account/controversial': {
type: 'posts',
noItemsFoundKey: '[[user:has_no_voted_posts]]',
noItemsFoundKey: '[[user:has_no_controversial_posts]]',
crumb: '[[global:controversial]]',
getSets: async function (callerUid, userData) {
const cids = await categories.getCidsByPrivilege('categories:cid', callerUid, 'topics:read');