Skip to content

Commit

Permalink
Label and tooltip is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vibina-et committed Sep 21, 2023
1 parent 841337e commit 10fe08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/classes/class-qsm-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -1449,10 +1449,10 @@ public function register_default_settings() {
// Registers limit the number of choices
$field_array = array(
'id' => 'quiz_limit_choice',
'label' => __( 'Limit of choice is reached.', 'quiz-master-next' ),
'label' => __( 'Answer choice limit message', 'quiz-master-next' ),
'type' => 'text',
'default' => __( 'Limit of choice is reached.', 'quiz-master-next' ),
'tooltip' => __( 'Limit of choice is reached.', 'quiz-master-next' ),
'tooltip' => __( 'Text to notify that the answer choice limit is exceeded in the multiple response type question.', 'quiz-master-next' ),
'option_tab' => 'text-other',
);
$mlwQuizMasterNext->pluginHelper->register_quiz_setting( $field_array, 'quiz_text' );
Expand Down

0 comments on commit 10fe08f

Please sign in to comment.