Add note telling people to refresh
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 14 Apr 2023 15:55:48 +0000 (16:55 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 14 Apr 2023 15:55:48 +0000 (16:55 +0100)
lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex

index 0692ddfb808dbff2ee7694f1e1f8da96855d70db..a0b0a23616696de61c1bc5da15f52ed419549115 100644 (file)
@@ -1,7 +1,10 @@
 <h2>Switch Frontend</h2>
 
+<h3>After you submit, you will need to refresh manually to get your new frontend!</h3>
+
 <%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %>
   <%= select(f, :frontend, @choices) %>
 
   <%= submit do: "submit" %>
 <% end %>
+