pull/10066/head
Niklas Fiekas 2021-10-31 21:14:25 +01:00
parent a3d43dfd22
commit e47c5874e6
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ const explorerTitle = (explorer: ExplorerCtrl) => {
);
const playerName = explorer.config.data.playerName.value();
const masterDbExplanation = explorer.root.trans('masterDbExplanation', 2200, '1952', '2019'),
lichessDbExplanation = 'Rated games samples from all Lichess players';
lichessDbExplanation = 'Rated games sampled from all Lichess players';
return h('div.explorer-title', [
db == 'masters'
? active([h('strong', 'Masters'), ' database'], masterDbExplanation)