Reword import help text

This commit is contained in:
JonnyWong16
2020-07-16 00:02:13 -07:00
parent 43a7758acd
commit d216d0f27f
4 changed files with 17 additions and 12 deletions

View File

@@ -3898,7 +3898,7 @@ class WebInterface(object):
@cherrypy.expose
@requireAuth(member_of("admin"))
def import_config_tool(self, **kwargs):
return serve_template(templatename="config_import.html", title="Import Tautulli Config")
return serve_template(templatename="config_import.html", title="Import Tautulli Configuration")
@cherrypy.expose
@cherrypy.tools.json_out()