File tree Expand file tree Collapse file tree
modules/event-types/views Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,9 +214,11 @@ const Item = ({
214214 </ Badge >
215215 ) }
216216 { showAssignedBadge && (
217- < Badge variant = "blue" className = "ml-2" data-testid = "assigned-badge" >
218- { t ( "assigned" ) }
219- </ Badge >
217+ < Tooltip content = { t ( "you_are_assigned_to_this_event" ) } >
218+ < Badge variant = "blue" className = "ml-2" data-testid = "assigned-badge" >
219+ { t ( "assigned" ) }
220+ </ Badge >
221+ </ Tooltip >
220222 ) }
221223 </ div >
222224 ) ;
@@ -256,9 +258,11 @@ const Item = ({
256258 </ Badge >
257259 ) }
258260 { showAssignedBadge && (
259- < Badge variant = "blue" className = "ml-2" data-testid = "assigned-badge" >
260- { t ( "assigned" ) }
261- </ Badge >
261+ < Tooltip content = { t ( "you_are_assigned_to_this_event" ) } >
262+ < Badge variant = "blue" className = "ml-2" data-testid = "assigned-badge" >
263+ { t ( "assigned" ) }
264+ </ Badge >
265+ </ Tooltip >
262266 ) }
263267 </ div >
264268 < EventTypeDescription
Original file line number Diff line number Diff line change 10011001 "hidden" : " Hidden" ,
10021002 "readonly" : " Read only" ,
10031003 "assigned" : " Assigned" ,
1004+ "you_are_assigned_to_this_event" : " You are assigned to this event" ,
10041005 "one_time_link" : " One-time link" ,
10051006 "plan_description" : " You're currently on the {{plan}} plan." ,
10061007 "plan_upgrade_invitation" : " Upgrade your account to the PRO plan to unlock all of the features we have to offer." ,
You can’t perform that action at this time.
0 commit comments