diff --git a/frontend/src/ts/test/test-timer.ts b/frontend/src/ts/test/test-timer.ts index 6cf091582..14c53dccd 100644 --- a/frontend/src/ts/test/test-timer.ts +++ b/frontend/src/ts/test/test-timer.ts @@ -221,11 +221,9 @@ export async function start(): Promise { if (slowTimerCount > 5) { //slow timer - if (window.navigator.userAgent.includes("Edg")) { - Notifications.add( - 'This bad performance could be caused by "efficiency mode" on Microsoft Edge.' - ); - } + Notifications.add( + 'This could be caused by "efficiency mode" on Microsoft Edge.' + ); Notifications.add( "Stopping the test due to bad performance. This would cause test calculations to be incorrect. If this happens a lot, please report this.",