mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 07:12:46 +00:00
FIX: FontAwesome 6 compatibility icon upgrade (#264)
Mitigates `Deprecation notice: The icon name "donate" has been updated to "circle-dollar-to-slot". Please use the new name in your code. Old names will be removed in Q2 2025. [deprecation id: discourse.fontawesome-6-upgrade] [info: https://meta.discourse.org/t/325349]` message.
This commit is contained in:
parent
cc43d32af7
commit
832c52d5d7
@ -91,7 +91,7 @@ module DiscourseSubscriptions
|
|||||||
params = {
|
params = {
|
||||||
full_name: I18n.t("js.discourse_subscriptions.campaign.supporters"),
|
full_name: I18n.t("js.discourse_subscriptions.campaign.supporters"),
|
||||||
title: I18n.t("js.discourse_subscriptions.campaign.supporter"),
|
title: I18n.t("js.discourse_subscriptions.campaign.supporter"),
|
||||||
flair_icon: "donate",
|
flair_icon: "circle-dollar-to-slot",
|
||||||
}
|
}
|
||||||
|
|
||||||
group.update(params)
|
group.update(params)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user