Update client.he.yml
Forgot to remove "in" in "accepted_html"
This commit is contained in:
parent
5c509d1e59
commit
ac63d6941a
|
@ -6,5 +6,5 @@ he:
|
|||
has_accepted_answer: "נושא זה נפתר"
|
||||
unaccept_answer: "בטל קבלת תשובה"
|
||||
accepted_answer: "קבל תשובה"
|
||||
accepted_html: "<i class='fa-check-square fa accepted'></i> נפתר על ידי <a href data-user-card='{{username_lower}}'>{{username}}</a> in <a href='{{post_path}}'>בתגובה #{{post_number}}</a>"
|
||||
accepted_html: "<i class='fa-check-square fa accepted'></i> נפתר על ידי <a href data-user-card='{{username_lower}}'>{{username}}</a><a href='{{post_path}}'>בתגובה #{{post_number}}</a>"
|
||||
accepted_notification: "<i title='accepted' class='fa fa-check-square'></i><p><span>{{username}}</span> {{description}}</p>"
|
||||
|
|
Loading…
Reference in New Issue