chore: fix some minor issues in comments (#5984)

Signed-off-by: yumeiyin <yin.yumei@qq.com>
This commit is contained in:
yumeiyin
2025-07-14 16:08:53 +08:00
committed by GitHub
parent 5bbbef5305
commit d490285a44
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ class PromoSMS extends NotificationProvider {
notification.promosmsAllowLongSMS = false;
}
//TODO: Add option for enabling special characters. It will decrese message max length from 160 to 70 chars.
//TODO: Add option for enabling special characters. It will decrease message max length from 160 to 70 chars.
//Lets remove non ascii char
let cleanMsg = msg.replace(/[^\x00-\x7F]/g, "");