Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 11, 2024
1 parent d506325 commit 067f0dd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
{#if ebiosRmStudy.description}
<p class="text-gray-600">{ebiosRmStudy.description}</p>
{:else}
<p class="text-gray-600">{m.noDescription}</p>
<p class="text-gray-600">{m.noDescription()}</p>
{/if}
<div class="w-full p-4 bg-gray-50 border rounded-md shadow-sm">
<h3 class="font-semibold text-lg text-gray-700 flex items-center space-x-2">
Expand Down Expand Up @@ -145,9 +145,9 @@
<span>{m.observation()}</span>
</h3>
{#if ebiosRmStudy.observation}
<p class="text-gray-600">{ebiosRmStudy.observation}</p>
<p class="text-gray-600">{ebiosRmStudy.observation}</p>
{:else}
<p class="text-gray-600">{m.noObservation()}</p>
<p class="text-gray-600">{m.noObservation()}</p>
{/if}
</div>
</div>
Expand Down

0 comments on commit 067f0dd

Please sign in to comment.