From 09f671fb72958375d556cf399139fa642188bf60 Mon Sep 17 00:00:00 2001 From: nonamethanks Date: Sat, 19 Jun 2021 17:01:05 +0200 Subject: [PATCH] Fix text in batch bookmarklet --- app/views/uploads/batch.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/uploads/batch.html.erb b/app/views/uploads/batch.html.erb index 79bdaa9cf..fbc54c39d 100644 --- a/app/views/uploads/batch.html.erb +++ b/app/views/uploads/batch.html.erb @@ -30,7 +30,7 @@ <% end %> -

<%= link_to "Open all links in new windows", "#", :id => "link" %>

+

<%= link_to "Open all links in new tabs", "#", :id => "link" %>

<% end %>