diff --git a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json index 6e9530623..f307df6f9 100644 --- a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json +++ b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json @@ -114,6 +114,6 @@ "SmsMessages": "Sms Messages", "SendMessage": "Send Message", "MessageWillBeReSendWarningMessage": "The selected message will be resend.", - "SuccessfullySent": "Successfully Sent!" + "SuccessfullySent": "Successfully Sent, Please check the status later in the message center!" } } \ No newline at end of file diff --git a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json index 3a2e233e4..f008eab3f 100644 --- a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json +++ b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json @@ -114,6 +114,6 @@ "SmsMessages": "短信消息", "SendMessage": "发送消息", "MessageWillBeReSendWarningMessage": "将重新发送选择的消息.", - "SuccessfullySent": "发送成功!" + "SuccessfullySent": "发送成功,请稍后在消息中心查看状态!" } } \ No newline at end of file