Rename solution_revealed to correction_visible
Needed a rename for clarification, because a feature will be added to actually show the final solution.
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
</template>
|
||||
</div>
|
||||
<div class="description">
|
||||
<div class="helptext" v-if="!all_inserted || solution_revealed">{{ helptext }}</div>
|
||||
<div class="helptext" v-if="!all_inserted || correction_visible">{{ helptext }}</div>
|
||||
<button v-if="revealing_text != null" v-on:click="reveal_solution">{{ revealing_text }}</button>
|
||||
<button v-if="next_column_text != null" v-on:click="open_next_column">{{ next_column_text }}</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user