Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 993c7b09 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Correct content description for label menu items

Content description was changed to "Label name" in ag/1651007
and we are now changing it back to "Label".

Bug: 32975864

Test: manually verified it announces "{label name} label".

Change-Id: I98eb2e4082916cd3a339b82df68d7ecb415cba6a
parent 882dcfb5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -438,7 +438,8 @@ public abstract class ContactsDrawerActivity extends AppCompatContactsActivity i
                    }
                });

                updateMenuContentDescription(menuItem, getString(R.string.group_name_dialog_hint));
                updateMenuContentDescription(menuItem,
                        getString(R.string.group_edit_field_hint_text));
            }
        }