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:
Osama Sayegh 2023-02-15 16:30:33 +03:00 committed by GitHub
parent 6db8ab53ea
commit 3492d42a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,8 @@ en:
no_answer:
title: Has your question been answered?
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:
solved:

View File

@ -110,6 +110,7 @@ SQL
message: "solved.accepted_notification",
display_username: acting_user.username,
topic_title: topic.title,
title: "solved.notification.title",
}.to_json
unless acting_user.id == post.user_id