Update app version copy to be more explicit
This commit is contained in:
parent
86ecc7d0d1
commit
52626c0747
|
@ -66,21 +66,26 @@
|
||||||
<Body>
|
<Body>
|
||||||
The app is currently using version
|
The app is currently using version
|
||||||
<strong>{$store.version}</strong>
|
<strong>{$store.version}</strong>
|
||||||
but version <strong>{clientPackage.version}</strong> is available.
|
but version <strong>{clientPackage.version}</strong> is
|
||||||
|
available.
|
||||||
|
<br />
|
||||||
|
Updates can contain new features, performance improvements and bug
|
||||||
|
fixes.
|
||||||
</Body>
|
</Body>
|
||||||
|
<div class="page-action">
|
||||||
|
<Button cta on:click={versionModal.show()}>Update app</Button>
|
||||||
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<p class="version-status">
|
<div class="version-status">
|
||||||
The app is currently using version
|
The app is currently using version
|
||||||
<strong>{$store.version}</strong>. You're running the latest!
|
<strong>{$store.version}</strong>. You're running the latest!
|
||||||
</p>
|
</div>
|
||||||
|
<div class="page-action">
|
||||||
|
<Button secondary on:click={versionModal.show()}>
|
||||||
|
Revert app
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
Updates can contain new features, performance improvements and bug
|
|
||||||
fixes.
|
|
||||||
|
|
||||||
<div class="page-action">
|
|
||||||
<Button cta on:click={versionModal.show()}>Update app</Button>
|
|
||||||
</div>
|
|
||||||
</Body>
|
</Body>
|
||||||
</Layout>
|
</Layout>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue