Skip to content

Commit

Permalink
fix( #80 ): fix missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jul 16, 2024
1 parent 674e265 commit ac18fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tailwindUI/user.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>
<!-- Check if to display posts section -->
{% if showPosts %}
<h1 class="my-4 text-center text-2xl text-rose-500 select-none">Posts</h1>
<h1 class="my-4 text-center text-2xl text-rose-500 select-none">{{translations.user.posts}}</h1>
<div
class="flex item-center justify-center flex-wrap gap-x-2 gap-y-6 mx-auto w-11/12 md:w-10/12 lg:w-9/12 2xl:w-8/12 my-6">
<!-- Loop through and display user's posts using the postCard macro -->
Expand Down

0 comments on commit ac18fef

Please sign in to comment.