1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Update app version copy to be more explicit

This commit is contained in:
Andrew Kingston 2022-07-25 15:14:09 +01:00
parent ea1722dfd2
commit fca6cb6705

View file

@ -66,21 +66,26 @@
<Body>
The app is currently using version
<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>
<div class="page-action">
<Button cta on:click={versionModal.show()}>Update app</Button>
</div>
{:else}
<p class="version-status">
<div class="version-status">
The app is currently using version
<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}
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>
</Layout>
</span>