Update menu text

Update sessions menu wording
This commit is contained in:
Jonatan Kłosko 2024-11-25 16:53:12 +08:00
parent 0b313b5cf1
commit 7c8f464096

View file

@ -306,7 +306,7 @@ defmodule LivebookWeb.HomeLive.SessionListComponent do
phx-click={set_action("close_all")}
>
<.remix_icon icon="close-circle-line" />
<span>Close sessions</span>
<span>Close</span>
</button>
<input id="bulk-action-input" class="hidden" type="text" name="action" />
</.menu_item>