mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FIX: broken select badge as user title (#5474)
* FIX: broken select badge as user title * selected id wasn’t pass to underlying component * <none> was rendered as an html tag <none></none> * overriding a badge name wouldn’t work as it was using badge.name and not badge.display_name * adds a spec to ensure this behavior is correct
This commit is contained in:
parent
ed4b845930
commit
642645ba9a
34 changed files with 65 additions and 35 deletions
|
@ -2085,7 +2085,7 @@ da:
|
|||
one: "1 tildelt"
|
||||
other: "%{count} tildelt"
|
||||
select_badge_for_title: Vælg en badge, du vil bruge som din titel
|
||||
none: "<ingen>"
|
||||
none: "(ingen)"
|
||||
badge_grouping:
|
||||
getting_started:
|
||||
name: Sådan kommer du i gang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue