change notificationDotNotWorkingAdvice wording

This commit is contained in:
KevinWh0 2024-06-17 21:48:52 +02:00 committed by dakkar
parent a3ff0510fb
commit 72c8391208
4 changed files with 5 additions and 5 deletions

View file

@ -581,9 +581,9 @@ async function testNotificationDot() {
const success = await worksOnInstance();
if (success) {
os.toast(i18n.ts.notificationDotWorking, true);
os.toast(i18n.ts.notificationDotWorking);
} else {
os.toast(i18n.ts.notificationDotNotWorking, true);
os.toast(i18n.ts.notificationDotNotWorking);
}
}