Skip to content

Commit

Permalink
fix: update language to EN. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et authored Sep 2, 2024
1 parent e0ee7b3 commit 43e7941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class SDK extends Emitter {
};
sendMessage = (params: SendMsgParams, operationID = uuidv4()) => {
const offlinePushInfo = params.offlinePushInfo ?? {
title: '你有一条新消息',
title: 'You have a new message.',
desc: '',
ex: '',
iOSPushSound: '+1',
Expand All @@ -486,7 +486,7 @@ class SDK extends Emitter {
};
sendMessageNotOss = (params: SendMsgParams, operationID = uuidv4()) => {
const offlinePushInfo = params.offlinePushInfo ?? {
title: '你有一条新消息',
title: 'You have a new message.',
desc: '',
ex: '',
iOSPushSound: '+1',
Expand Down

0 comments on commit 43e7941

Please sign in to comment.