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:
2020-09-03 11:29:19 +02:00
parent 49f87908c4
commit 8a578e44ed
2 changed files with 8 additions and 8 deletions

View File

@ -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>