From: FloatingGhost Date: Fri, 14 Apr 2023 15:55:48 +0000 (+0100) Subject: Add note telling people to refresh X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9e8e7cc13ebd2ec2ecbf90ae10c3532f77af7a81;p=akkoma Add note telling people to refresh --- diff --git a/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex b/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex index 0692ddfb8..a0b0a2361 100644 --- a/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex +++ b/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex @@ -1,7 +1,10 @@

Switch Frontend

+

After you submit, you will need to refresh manually to get your new frontend!

+ <%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %> <%= select(f, :frontend, @choices) %> <%= submit do: "submit" %> <% end %> +