Skip to content

Commit

Permalink
Add i18n and note in projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
FyreByrd committed Nov 1, 2024
1 parent d5054b9 commit 4bc6f82
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@
({ update }) =>
update({ reset: false })}
>
<!-- TODO: i18n -->
<h2>Settings</h2>
<h2>{m.project_settings_title()}</h2>
<div class="flex flex-col py-4">
<div class="flex flex-col place-content-between px-4">
<span class="items-center flex gap-x-1">
Expand Down Expand Up @@ -547,7 +546,7 @@
</div>
{/each}
{:else}
<!-- TODO i18n -->
<!-- TODO i18n (will need to add to locale JSON) -->
<p class="p-2">No reviewers</p>
{/if}
</div>
Expand Down

0 comments on commit 4bc6f82

Please sign in to comment.