diff --git a/wwwroot/js/i18n.js b/wwwroot/js/i18n.js index cbdcf0b..5ac7b49 100644 --- a/wwwroot/js/i18n.js +++ b/wwwroot/js/i18n.js @@ -89,6 +89,7 @@ const translations = { "results.rank": "Rank", "results.game": "Game", "results.author": "Author", + "results.average": "Avg", "results.votesList": "All votes", "results.myVote": "Your vote", "results.links": "Links", @@ -217,6 +218,7 @@ const translations = { "results.rank": "Rang", "results.game": "Spiel", "results.author": "Autor", + "results.average": "Ø", "results.votesList": "Alle Stimmen", "results.myVote": "Deine Stimme", "results.links": "Links", diff --git a/wwwroot/js/ui.js b/wwwroot/js/ui.js index 8637f06..bff235c 100644 --- a/wwwroot/js/ui.js +++ b/wwwroot/js/ui.js @@ -225,6 +225,7 @@ export function renderResults() {