| @@ -23,9 +23,9 @@ | ||
| 23 | 23 | <lp-question-answer-option v-for="(answer, index) in answers" :key="index" :index="index" :type="type" :radio="radio" :number="number" :answer="answer" @updateTitle="updateTitle" @changeCorrect="changeCorrect" @deleteAnswer="deleteAnswer"></lp-question-answer-option> |
| 24 | 24 | </tbody> |
| 25 | 25 | </table> |
| 26 | 26 | <p class="add-answer" v-if="addable"> |
| 27 | - <button class="button add-question-option-button" type="button" @click="newAnswer"><?php esc_html_e( 'Add new Answer', 'learnpress' ); ?></button> | |
| 27 | + <button class="button add-question-option-button" type="button" @click="newAnswer"><?php esc_html_e( 'Add a new Answer', 'learnpress' ); ?></button> | |
| 28 | 28 | </p> |
| 29 | 29 | </div> |
| 30 | 30 | </script> |
| 31 | 31 | |