diff --git a/src/ui/views/Done.svelte b/src/ui/views/Done.svelte index 0ff1e85c..cbf363d7 100644 --- a/src/ui/views/Done.svelte +++ b/src/ui/views/Done.svelte @@ -27,8 +27,13 @@
{/if}- Development of Ubuntu Touch and this installer is driven by the - UBports Community. + {#if branding.os === "Ubuntu Touch"} + Development of Ubuntu Touch and this installer is driven by the + UBports Community. + {:else} + Development of this installer is driven by the + UBports Community. + {/if} {#if branding["donate-url"]} Donate now to allow us to continue our mission! diff --git a/src/ui/views/WaitForDevice.svelte b/src/ui/views/WaitForDevice.svelte index 4c917c29..cb45aead 100644 --- a/src/ui/views/WaitForDevice.svelte +++ b/src/ui/views/WaitForDevice.svelte @@ -45,8 +45,11 @@
If your device is not detected automatically, you can select it manually - to proceed. Please note that the {branding.appname} will only work on - supported devices. + to proceed. + {#if branding["supported-devices"]} + Please note that the {branding.appname} will only work on + supported devices. + {/if}