FIX: Add title to solved notifications (#226)
This commit adds a title that appears when hovering over solved notifications in the UI.
This commit is contained in:
parent
6db8ab53ea
commit
3492d42a58
|
@ -31,6 +31,8 @@ en:
|
||||||
no_answer:
|
no_answer:
|
||||||
title: Has your question been answered?
|
title: Has your question been answered?
|
||||||
description: "Highlight the answer and help others by using the solution button below the correct reply."
|
description: "Highlight the answer and help others by using the solution button below the correct reply."
|
||||||
|
notification:
|
||||||
|
title: "your post was marked as solution"
|
||||||
|
|
||||||
topic_statuses:
|
topic_statuses:
|
||||||
solved:
|
solved:
|
||||||
|
|
|
@ -110,6 +110,7 @@ SQL
|
||||||
message: "solved.accepted_notification",
|
message: "solved.accepted_notification",
|
||||||
display_username: acting_user.username,
|
display_username: acting_user.username,
|
||||||
topic_title: topic.title,
|
topic_title: topic.title,
|
||||||
|
title: "solved.notification.title",
|
||||||
}.to_json
|
}.to_json
|
||||||
|
|
||||||
unless acting_user.id == post.user_id
|
unless acting_user.id == post.user_id
|
||||||
|
|
Loading…
Reference in New Issue