Skip to content

Commit

Permalink
change words
Browse files Browse the repository at this point in the history
  • Loading branch information
edisonxiang committed Jun 14, 2019
1 parent 79b9fdf commit 10155d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeedge-wechat-app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func textHandler(ctx *context.Context) {
log.Printf("Music Track: %s\n", songTrack)
// Update device twin
UpdateDeviceTwinWithDesiredTrack(songTrack)
replyText += "正在尝试播放音乐,请稍等\n"
replyText += "正在开始播放音乐,请稍等\n"
} else if rs.MatchString(requestText) {
songTrack := "stop"
// Update device twin
Expand Down

0 comments on commit 10155d4

Please sign in to comment.