From 5e165f45660ba88d1e758a9e2804c93442d51ec0 Mon Sep 17 00:00:00 2001
From: Boris Ponsioen <b.g.t.ponsioen@uva.nl>
Date: Tue, 17 Apr 2018 12:28:42 +0200
Subject: [PATCH] Removes journal in omni search for now

---
 metacore/templates/citable_list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metacore/templates/citable_list.html b/metacore/templates/citable_list.html
index 265eb0bfd..924632125 100644
--- a/metacore/templates/citable_list.html
+++ b/metacore/templates/citable_list.html
@@ -44,7 +44,7 @@
 
                 <div class="fieldWrapper">
                   {{ form.omni.errors }}
-                  <label for="{{ form.subject.id_for_label }}">Author, title, journal (matches full words)</label>
+                  <label for="{{ form.subject.id_for_label }}">Author, title (matches full words)</label>
                   {{ form.omni }}
                 </div>
                 <br/>
-- 
GitLab