@@ -89,7 +89,7 @@ class Raffle extends Api
Db::name('rashare')->insertGetId($where);
$this->success('success');
}else{
- $this->error('今天已分享');
+ $this->error('You’ve shared today.');
}