From 04f7c3b66d95209ceec8df15c84625bb83fcdd55 Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Thu, 26 Feb 2026 18:06:11 +0100 Subject: [PATCH] Change empty state message --- saas/app/views/devices/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saas/app/views/devices/index.html.erb b/saas/app/views/devices/index.html.erb index b9a3bfb35..f5c8fc73c 100644 --- a/saas/app/views/devices/index.html.erb +++ b/saas/app/views/devices/index.html.erb @@ -21,7 +21,7 @@ <% else %>

No devices registered

-

Install the mobile app to receive push notifications.

+

Mobile devices registered with the mobile app will receive push notifications and will be listed here.

<% end %> <%= link_to session_menu_path, class: "btn center txt-small margin-block-start hide-on-native", data: { turbo_prefetch: false } do %>