Skip to content

Commit

Permalink
fix add interaction button locale
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Oct 19, 2024
1 parent 6f8a2fd commit f4a7981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/claper_web/live/event_live/manage.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@
bg-white @container rounded-lg p-3 shadow-base transition-all flex flex-col justify-center items-center transform hover:scale-105"
>
<img src="/images/interaction-icons.png" class="w-2/3 @sm:w-1/3" />
<span class="font-semibold text-secondary-800">Add interaction</span>
<span class="font-semibold text-secondary-800"><%= gettext("Add interaction") %></span>
</button>
</div>
</div>
Expand Down

0 comments on commit f4a7981

Please sign in to comment.