From b771e3389b2e3ef908a8d6a3a425c656661efcf2 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <russelljarvis@protonmail.com>
Date: Sat, 25 Dec 2021 12:45:43 +1100
Subject: [PATCH] update app

---
 app.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app.py b/app.py
index b2cb2c0..30c6ada 100644
--- a/app.py
+++ b/app.py
@@ -156,8 +156,8 @@ def check_cache(author_name: str, verbose=0):
     aliases = semantic_scholar_alias(author_name)
     if type(aliases) is not None:
         if len(aliases):
-            st.success("Alternative name phrasing found in semantic scholar API...")
-            st.success("Also try one of these alternative name phrasings: {0}".format(aliases))
+            st.success("Aliases found in semantic scholar API...")
+            st.success("Also try one of these alternative name queries: {0}".format(aliases))
             #author_name = aliases[0]
 
     with shelve.open("data/fast_graphs_splash.p") as db:
-- 
GitLab