File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
</div >
16
16
{{ #if status_message }}
17
17
<span class =" sender-status" >
18
- <span class =" sender_name-in-status auto-select sender_info_hover" >{{ msg/sender_full_name }} </span >
18
+ <span class =" sender_name-in-status auto-select sender_info_hover" role = " button " tabindex = " 0 " >{{ msg/sender_full_name }} </span >
19
19
{{ #if sender_is_bot }}
20
20
<i class =" zulip-icon bot" aria-label =" {{ t ' Bot' }} " ></i >
21
21
{{ /if }}
27
27
{{ /if_and }}
28
28
</span >
29
29
{{ else }}
30
- <span class =" sender_name auto-select" >{{ msg/sender_full_name }} </span >
30
+ <span class =" sender_name auto-select" role = " button " tabindex = " 0 " >{{ msg/sender_full_name }} </span >
31
31
{{ #if sender_is_bot }}
32
32
<i class =" zulip-icon bot" aria-label =" {{ t ' Bot' }} " ></i >
33
33
{{ /if }}
You can’t perform that action at this time.
0 commit comments