mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: translate badge metadata title
This commit is contained in:
parent
934bff43d9
commit
f960505359
@ -1,3 +1,3 @@
|
||||
<% content_for :head do %>
|
||||
<%= raw crawlable_meta_data(title: "#{@badge.display_name} badge on #{SiteSetting.title}", description: @badge.long_description) %>
|
||||
<%= raw crawlable_meta_data(title: I18n.t('badges.badge_title_metadata', display_name: @badge.display_name, site_title: SiteSetting.title), description: @badge.long_description) %>
|
||||
<% end %>
|
||||
|
@ -3321,6 +3321,7 @@ en:
|
||||
description: Outstanding contributions in their first month
|
||||
long_description: |
|
||||
This badge is granted to congratulate two new users each month for their excellent overall contributions, as measured by how often their posts were liked, and by whom.
|
||||
badge_title_metadata: "%{display_name} badge on %{site_title}"
|
||||
|
||||
admin_login:
|
||||
success: "Email Sent"
|
||||
|
Loading…
Reference in New Issue
Block a user