Change empty state message

This commit is contained in:
Adrien Maston
2026-02-26 18:06:11 +01:00
parent 21b12fe16a
commit 04f7c3b66d
+1 -1
View File
@@ -21,7 +21,7 @@
</ul>
<% else %>
<h1 class="txt-x-large font-weight-black margin-none">No devices registered</h1>
<p class="margin-none-block-start">Install the mobile app to receive push notifications.</p>
<p class="margin-none-block-start">Mobile devices registered with the mobile app will receive push notifications and will be listed here.</p>
<% end %>
<%= link_to session_menu_path, class: "btn center txt-small margin-block-start hide-on-native", data: { turbo_prefetch: false } do %>