From fe36264963c008c7989e0ebb2cad0a188abfa807 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 1 Apr 2025 03:53:05 +0300 Subject: [PATCH] Add title to "add a note" link on fixthemap page --- app/views/site/fixthemap.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/site/fixthemap.html.erb b/app/views/site/fixthemap.html.erb index 9d9ef9232..c4951f7cc 100644 --- a/app/views/site/fixthemap.html.erb +++ b/app/views/site/fixthemap.html.erb @@ -22,7 +22,8 @@

<%= t "site.welcome.add_a_note.title" %>

<%= t "site.welcome.add_a_note.para_1" %>

-

<%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note bg-dark rounded-1") %>

+

<%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note bg-dark rounded-1", + :title => t("javascripts.site.createnote_tooltip")) %>

-- 2.39.5