read clocks faster

pull/9822/head
Thibault Duplessis 2021-09-16 08:26:03 +02:00
parent 83a4af8adb
commit 078d346909
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ function readClocks(clockCtrl: any | undefined) {
simplePlural(date.getUTCMinutes(), 'minute') +
' ' +
simplePlural(date.getUTCSeconds(), 'second');
return `${color}: ${msg}`;
return `${color} ${msg}`;
});
lichess.sound.say(msgs.join('. '));
}