Standardize button labels

This commit is contained in:
Claudio Ortolina
2025-12-14 09:25:41 +03:00
parent 0df348ae19
commit 9666b24b4a
5 changed files with 21 additions and 37 deletions
@@ -14,7 +14,7 @@
patch={~p"/scrobble-rules/new"}
>
<.icon name="hero-plus" class="icon" aria-hidden="true" data-slot="icon" />
{gettext("New Rule")}
{gettext("Add")}
</.button>
<.button
variant="solid"
@@ -22,7 +22,7 @@
phx-click="apply_all_rules"
>
<.icon name="hero-play" class="icon" />
{gettext("Apply All")}
{gettext("Apply")}
</.button>
</.button_group>
</div>