From d2be3a23470028d53a50d658383def8a7c4af897 Mon Sep 17 00:00:00 2001 From: benjamin wil Date: Thu, 25 Aug 2022 09:38:54 -0700 Subject: [PATCH] Don't call nonexistent view method from I18n The search view doesn't have a `#count` method, meaning this YAML variable can't be filled properly. --- lib/gollum/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/locales/en.yml b/lib/gollum/locales/en.yml index fafc5dc5..5ca5021f 100644 --- a/lib/gollum/locales/en.yml +++ b/lib/gollum/locales/en.yml @@ -31,7 +31,7 @@ en: title: "Overview of %{ref}" precious/views/search: aria: - show_all: "Show all %{count} hits in this page" + show_all: Show all hits on this page back_to_top: Back to Top no_results: There are no results for your search search_results_for: Search results for