Merge branch 'bugfix/CXTDT-458975' into 'develop'

defect: CXTDT-458975 Removing button text in the accessibility label.

### Summary
Remving 'button' text in the accessibility label key. Since the VO is announcing the text 'button' twice when focused, one from the label and another one from the trait.

Ex: 'Internet access, toggle button on, button, double tap to toggle.'. 

### JIRA Ticket
[CXTDT-458975](https://onejira.verizon.com/browse/CXTDT-458975)

Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1050
This commit is contained in:
Pfeil, Scott Robert 2024-01-24 18:13:26 +00:00
commit 62ea38c6d4

View File

@ -63,7 +63,7 @@
// MARK: Switch / Toggle
"mfswitch_buttonlabel" = "Switch Button";
"Toggle_buttonlabel" = "Toggle Button";
"Toggle_buttonlabel" = "Toggle";
"AccOn" = "on";
"AccOff" = "off";
"AccToggleHint" = "double tap to toggle";