Skip to content

Commit

Permalink
fix aria-label
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <[email protected]>
  • Loading branch information
Chartman123 committed Feb 20, 2025
1 parent 02b5eb1 commit 61aea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Questions/AnswerInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default {

computed: {
ariaLabel() {
if (this.local) {
if (this.answer.local) {
return t('forms', 'Add a new answer option')
}
return t('forms', 'The text of option {index}', {
Expand Down

0 comments on commit 61aea50

Please sign in to comment.