mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:52:11 +08:00
FIX: Regression in short description in admin badges page (#28884)
This commit is contained in:
parent
9dadf43e83
commit
fa83e7b07d
|
@ -1,7 +1,7 @@
|
|||
<div class="badges">
|
||||
<AdminPageHeader
|
||||
@titleLabel="admin.badges.title"
|
||||
@descriptionLabel="admin.badges.description"
|
||||
@descriptionLabel="admin.badges.page_description"
|
||||
@learnMoreUrl="https://meta.discourse.org/t/understanding-and-using-badges/32540"
|
||||
>
|
||||
<:breadcrumbs>
|
||||
|
|
|
@ -7019,12 +7019,13 @@ en:
|
|||
badges:
|
||||
status: Status
|
||||
title: Badges
|
||||
page_description: Badges reward users for their activities, contributions, and achievements to recognize, validate, and encourage positive behavior and engagement within the community.
|
||||
new_badge: New Badge
|
||||
new: New
|
||||
name: Name
|
||||
badge: Badge
|
||||
display_name: Display Name
|
||||
description: Badges reward users for their activities, contributions, and achievements to recognize, validate, and encourage positive behavior and engagement within the community.
|
||||
description: Description
|
||||
long_description: Long description
|
||||
badge_type: Badge type
|
||||
group_settings: Group Settings
|
||||
|
|
Loading…
Reference in New Issue
Block a user