From 7a63372a851c5fb197218a09aade41dd5096f372 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Fri, 26 Jul 2024 08:35:55 -0600 Subject: [PATCH] Typo fix --- core/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/routes.go b/core/routes.go index f3b7a6f..3bd635c 100644 --- a/core/routes.go +++ b/core/routes.go @@ -3122,7 +3122,7 @@ func (s *Service) ImportData(c echo.Context) error { pd.Data["chrome_three"] = lt.Translate("In the top bookmark bar click on the three points at the top right") pd.Data["chrome_four"] = lt.Translate("Click on on Export Bookmarks") pd.Data["pinboard_one"] = lt.Translate("Go to https://pinboard.in/export/ and click on JSON") - pd.Data["instructions"] = lt.Translate("Instruction") + pd.Data["instructions"] = lt.Translate("Instructions") pd.Data["back"] = lt.Translate("Back") originOpts := map[int]string{ -- 2.45.2