mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Deprecated icon name fix
This commit is contained in:
parent
5706cab897
commit
a610a762d1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||
},
|
||||
{
|
||||
id: "edit",
|
||||
icon: "pencil",
|
||||
icon: "pencil-alt",
|
||||
name: I18n.t("post.bookmarks.actions.edit_bookmark.name"),
|
||||
description: I18n.t("post.bookmarks.actions.edit_bookmark.description")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue