Commit d806945
authored
Fix Add-ItemTag FAB accessibility label (#58)
The Add-ItemTag FAB in ItemTagListView used R.string.add_shop ("Add
Shop") as its contentDescription, so screen readers announced the wrong
action. Use the existing R.string.label_add_item_tag ("Add Item Tag").
The Shops list FAB keeps add_shop, which is correct there.1 parent a362d9e commit d806945
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- app/src/main/kotlin/com/nativeapptemplate/nativeapptemplatefree/ui/shop_settings/item_tag_list
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments