From df4225f9bfd98ec561513044477c5776462bdd3a Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Tue, 17 Sep 2024 12:05:12 +0930 Subject: [PATCH] language tweak on public pages --- app/views/pubview/show_public.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pubview/show_public.html.erb b/app/views/pubview/show_public.html.erb index 6a73a2b..68de395 100644 --- a/app/views/pubview/show_public.html.erb +++ b/app/views/pubview/show_public.html.erb @@ -4,7 +4,7 @@ <% end %> <% content_for :title, @page.title %>

<%= @page.title %>

- <%= link_to "↼ Back to some other ideas...", root_path %> + <%= link_to "↼ Back home...", root_path %>
-- 2.39.5