✨ Added text imported-by in search-results
This commit is contained in:
@@ -144,7 +144,8 @@
|
||||
"this_session?": "This session?"
|
||||
},
|
||||
"explore_page": {
|
||||
"made_by": "Made by"
|
||||
"made_by": "Made by",
|
||||
"imported_by": "Imported by"
|
||||
},
|
||||
"search_page": {
|
||||
"at_least_3_characters": "Enter at least 3 characters..."
|
||||
|
||||
@@ -37,7 +37,11 @@
|
||||
</div>
|
||||
<div class="flex mt-4">
|
||||
<span
|
||||
>{$t('explore_page.made_by')}
|
||||
>{#if quiz.imported_from_kahoot === true}
|
||||
{$t('explore_page.imported_by')}
|
||||
{:else}
|
||||
{$t('explore_page.made_by')}
|
||||
{/if}
|
||||
{#if enable_html}{@html quiz.user}{:else}{quiz.user}{/if}</span
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user