change notificationDotNotWorkingAdvice wording
This commit is contained in:
parent
a3ff0510fb
commit
72c8391208
4 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue