Skip to content

Commit

Permalink
Fixed 'email_missing'
Browse files Browse the repository at this point in the history
Replaced `,` by `=>`
  • Loading branch information
codebude committed Oct 28, 2013
1 parent 269bbca commit ce05fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fa_IR/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

'email' => 'آدرس ایمیل',
'email_explain' => 'ایمیل نویسنده',
'email_missing', 'لطفا یک آدرس ایمیل معتبر وارد کنید', // frontend message (appears on your site!)
'email_missing' => 'لطفا یک آدرس ایمیل معتبر وارد کنید', // frontend message (appears on your site!)

'text' => 'نظر',
'text_explain' => '',
Expand All @@ -32,4 +32,4 @@
'notify_subject' => 'نظر جدیدی اضافه شده',
'nofity_heading' => 'نظر جدیدی در سایت شما ثبت شده.'

);
);

0 comments on commit ce05fb1

Please sign in to comment.