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 318d4287ce..4ccbef7781 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 c74262e554..a15a787e64 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 296fcb43df..e4e3d325c5 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 02c1696ccf..a3ced9ab51 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 bf7c681c77..1b64c1b515 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 0021224ee2..f79af81dac 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 2fa66232c1..37634c3311 100644 --- a/web/src/lib/elements/StarRating.svelte +++ b/web/src/lib/elements/StarRating.svelte @@ -1,8 +1,8 @@