First-time wizard: tweak some wording
This commit is contained in:
parent
aec5ee49e0
commit
f68c4860f4
@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="first-time-wizard">
|
<div class="first-time-wizard">
|
||||||
<h1>Welcome to Flamenco 3!</h1>
|
<h1>Welcome to Flamenco!</h1>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<p>Before Flamenco 3 can be used, a few things need to be set up.</p>
|
<p>Before Flamenco can be used, a few things need to be set up.</p>
|
||||||
<p>This wizard will guide you through the configuration.</p>
|
<p>This wizard will guide you through the configuration.</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
@ -56,10 +56,10 @@
|
|||||||
<button type="submit">Check</button>
|
<button type="submit">Check</button>
|
||||||
</form>
|
</form>
|
||||||
<p v-if="blenderExeChecking">... checking ...</p>
|
<p v-if="blenderExeChecking">... checking ...</p>
|
||||||
<p v-if="blenderExeCheckResult != null"
|
<p v-if="blenderExeCheckResult != null && blenderExeCheckResult.is_usable" class="check-ok">
|
||||||
:class="{ 'check-ok': blenderExeCheckResult.is_usable, 'check-failed': !blenderExeCheckResult.is_usable }">
|
Found something, it is selected above.</p>
|
||||||
{{ blenderExeCheckResult.cause }}
|
<p v-if="blenderExeCheckResult != null && !blenderExeCheckResult.is_usable" class="check-failed">
|
||||||
</p>
|
{{ blenderExeCheckResult.cause }}</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user