Reword import help text

This commit is contained in:
JonnyWong16 2020-07-16 00:02:13 -07:00
parent 43a7758acd
commit d216d0f27f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
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()