@@ -6,7 +6,7 @@ exports[`ClayLanguagePicker renders 1`] = `
6
6
aria-activedescendant = " "
7
7
aria-expanded = " false"
8
8
aria-haspopup = " listbox"
9
- aria-label = " Select a language, current language: en-US ."
9
+ aria-label = " Select a language, current language: English (United States) ."
10
10
class = " form-control-select btn btn-secondary"
11
11
role = " combobox"
12
12
tabindex = " 0"
@@ -39,7 +39,7 @@ exports[`ClayLanguagePicker renders a class name for the trigger 1`] = `
39
39
aria-activedescendant = " "
40
40
aria-expanded = " false"
41
41
aria-haspopup = " listbox"
42
- aria-label = " Select a language, current language: en-US ."
42
+ aria-label = " Select a language, current language: English (United States) ."
43
43
class = " trigger-class form-control-select btn btn-secondary"
44
44
role = " combobox"
45
45
tabindex = " 0"
@@ -72,7 +72,7 @@ exports[`ClayLanguagePicker renders a small picker 1`] = `
72
72
aria-activedescendant = " "
73
73
aria-expanded = " false"
74
74
aria-haspopup = " listbox"
75
- aria-label = " Select a language, current language: en-US ."
75
+ aria-label = " Select a language, current language: English (United States) ."
76
76
class = " form-control-select btn btn-sm btn-secondary"
77
77
role = " combobox"
78
78
tabindex = " 0"
@@ -105,7 +105,7 @@ exports[`ClayLanguagePicker renders hidding the trigger text 1`] = `
105
105
aria-activedescendant = " "
106
106
aria-expanded = " false"
107
107
aria-haspopup = " listbox"
108
- aria-label = " Select a language, current language: en-US ."
108
+ aria-label = " Select a language, current language: English (United States) ."
109
109
class = " form-control-select hidden-label btn btn-secondary"
110
110
role = " combobox"
111
111
tabindex = " 0"
@@ -133,7 +133,7 @@ exports[`ClayLanguagePicker renders the picker with id 1`] = `
133
133
aria-activedescendant = " "
134
134
aria-expanded = " false"
135
135
aria-haspopup = " listbox"
136
- aria-label = " Select a language, current language: en-US ."
136
+ aria-label = " Select a language, current language: English (United States) ."
137
137
class = " form-control-select btn btn-secondary"
138
138
id = " pickerId"
139
139
role = " combobox"
@@ -200,7 +200,7 @@ exports[`ClayLanguagePicker renders with translations 1`] = `
200
200
aria-activedescendant = " "
201
201
aria-expanded = " false"
202
202
aria-haspopup = " listbox"
203
- aria-label = " Select a language, current language: en-US ."
203
+ aria-label = " Select a language, current language: English (United States) ."
204
204
class = " form-control-select btn btn-secondary"
205
205
role = " combobox"
206
206
tabindex = " 0"
0 commit comments