diff --git a/web/src/lib/components/admin-page/jobs/job-tile.svelte b/web/src/lib/components/admin-page/jobs/job-tile.svelte index 318d4287c..4ccbef778 100644 --- a/web/src/lib/components/admin-page/jobs/job-tile.svelte +++ b/web/src/lib/components/admin-page/jobs/job-tile.svelte @@ -1,9 +1,8 @@ - + {$t('connected_to')} {castManager.receiverName} diff --git a/web/src/lib/components/assets/broken-asset.svelte b/web/src/lib/components/assets/broken-asset.svelte index c74262e55..a15a787e6 100644 --- a/web/src/lib/components/assets/broken-asset.svelte +++ b/web/src/lib/components/assets/broken-asset.svelte @@ -1,5 +1,5 @@ @@ -18,7 +18,7 @@
- +

{$t('light')}

@@ -30,7 +30,7 @@
- +

{$t('dark')}

diff --git a/web/src/lib/components/photos-page/memory-lane.svelte b/web/src/lib/components/photos-page/memory-lane.svelte index 296fcb43d..e4e3d325c 100644 --- a/web/src/lib/components/photos-page/memory-lane.svelte +++ b/web/src/lib/components/photos-page/memory-lane.svelte @@ -1,11 +1,11 @@ @@ -12,7 +11,7 @@ class="border border-gray-300 dark:border-gray-800 w-[min(375px,100%)] p-8 rounded-3xl bg-gray-100 dark:bg-gray-900" >
- +

{$t('purchase_individual_title')}

@@ -24,17 +23,17 @@
- +

{$t('purchase_individual_description_1')}

- +

{$t('purchase_lifetime_description')}

- +

{$t('purchase_individual_description_2')}

diff --git a/web/src/lib/components/shared-components/purchasing/purchase-activation-success.svelte b/web/src/lib/components/shared-components/purchasing/purchase-activation-success.svelte index 02c1696cc..a3ced9ab5 100644 --- a/web/src/lib/components/shared-components/purchasing/purchase-activation-success.svelte +++ b/web/src/lib/components/shared-components/purchasing/purchase-activation-success.svelte @@ -1,9 +1,8 @@
- +

{$t('purchase_activated_title')}

{$t('purchase_activated_subtitle')}

diff --git a/web/src/lib/components/shared-components/purchasing/server-purchase-option-card.svelte b/web/src/lib/components/shared-components/purchasing/server-purchase-option-card.svelte index bf7c681c7..1b64c1b51 100644 --- a/web/src/lib/components/shared-components/purchasing/server-purchase-option-card.svelte +++ b/web/src/lib/components/shared-components/purchasing/server-purchase-option-card.svelte @@ -1,8 +1,7 @@ @@ -12,7 +11,7 @@ class="border border-gray-300 dark:border-gray-800 w-[min(375px,100%)] p-8 rounded-3xl bg-gray-100 dark:bg-gray-900" >
- +

{$t('purchase_server_title')}

@@ -24,17 +23,17 @@
- +

{$t('purchase_server_description_1')}

- +

{$t('purchase_lifetime_description')}

- +

{$t('purchase_server_description_2')}

diff --git a/web/src/lib/components/shared-components/search-bar/search-history-box.svelte b/web/src/lib/components/shared-components/search-bar/search-history-box.svelte index 0021224ee..f79af81da 100644 --- a/web/src/lib/components/shared-components/search-bar/search-history-box.svelte +++ b/web/src/lib/components/shared-components/search-bar/search-history-box.svelte @@ -1,7 +1,6 @@ - - - {#if title} - {title} - {/if} - {#if desc} - {desc} - {/if} - - diff --git a/web/src/lib/elements/StarRating.svelte b/web/src/lib/elements/StarRating.svelte index 2fa66232c..37634c331 100644 --- a/web/src/lib/elements/StarRating.svelte +++ b/web/src/lib/elements/StarRating.svelte @@ -1,8 +1,8 @@