diff kallithea/tests/functional/test_admin.py @ 4527:dacdea9fda2a

Correct capitalization and improved English text in the UI
author Na'Tosha Bard <natosha@unity3d.com>
date Fri, 19 Sep 2014 14:18:56 +0200
parents 703d3208424c
children 91fd320663ce
line wrap: on
line diff
--- a/kallithea/tests/functional/test_admin.py	Fri Sep 19 10:54:51 2014 +0200
+++ b/kallithea/tests/functional/test_admin.py	Fri Sep 19 14:18:56 2014 +0200
@@ -52,7 +52,7 @@
     def test_index(self):
         self.log_user()
         response = self.app.get(url(controller='admin/admin', action='index'))
-        response.mustcontain('Admin journal')
+        response.mustcontain('Admin Journal')
 
     def test_filter_all_entries(self):
         self.log_user()