diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index f04e7a8..80c8afb 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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: diff --git a/plugin.rb b/plugin.rb index 8dc6fc4..26df8f6 100644 --- a/plugin.rb +++ b/plugin.rb @@ -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