File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export const MessageDemo = () => {
8686 />
8787 </ Section >
8888
89- < Section title = { t ( "message.usage.icons.iconSlot " ) } >
89+ < Section title = { t ( "message.usage.icons.customIcon " ) } >
9090 < Message
9191 message = { t ( "message.contents.content3" ) }
9292 icon = { < i className = "pi pi-bell" /> }
Original file line number Diff line number Diff line change 230230 "enableClose" : " Enable close" ,
231231 "hideIcon" : " Hide default icon" ,
232232 "icons" : {
233- "icon " : " Icon " ,
234- "iconSlot " : " Icon slot "
233+ "customIcon " : " Custom icon " ,
234+ "icon " : " Icon"
235235 },
236236 "severity" : " Severity"
237237 }
Original file line number Diff line number Diff line change 230230 "enableClose" : " Enable close (fr)" ,
231231 "hideIcon" : " Hide default icon (fr)" ,
232232 "icons" : {
233- "icon " : " Icon (fr)" ,
234- "iconSlot " : " Icon slot (fr)"
233+ "customIcon " : " Icon slot (fr)" ,
234+ "icon " : " Icon (fr)"
235235 },
236236 "severity" : " Severity (fr)"
237237 }
You can’t perform that action at this time.
0 commit comments