DEV: Deprecated icon name fix
This commit is contained in:
parent
5706cab897
commit
a610a762d1
|
@ -23,7 +23,7 @@ export default DropdownSelectBoxComponent.extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "edit",
|
id: "edit",
|
||||||
icon: "pencil",
|
icon: "pencil-alt",
|
||||||
name: I18n.t("post.bookmarks.actions.edit_bookmark.name"),
|
name: I18n.t("post.bookmarks.actions.edit_bookmark.name"),
|
||||||
description: I18n.t("post.bookmarks.actions.edit_bookmark.description")
|
description: I18n.t("post.bookmarks.actions.edit_bookmark.description")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue