summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2018-01-18 14:00:30 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2018-01-18 14:00:30 +0100
commit2dcb1608f4ae2352987d263ab81eec2596c696b0 (patch)
treee4315410a83cddd71e1b7cd160a343ccc0a59093 /ishtar_common/views.py
parentdacf4371a68ffcc9ac32c6590e19dd201c0a27ab (diff)
downloadIshtar-2dcb1608f4ae2352987d263ab81eec2596c696b0.tar.bz2
Ishtar-2dcb1608f4ae2352987d263ab81eec2596c696b0.zip
Update labels
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py
index d8c5b1997..613e02a61 100644
--- a/ishtar_common/views.py
+++ b/ishtar_common/views.py
@@ -96,12 +96,12 @@ def index(request):
dct = {'warnings': []}
if settings.PROJECT_SLUG == 'default':
dct['warnings'].append(_(
- u"PROJECT_SLUG is set to \"default\" change it in your "
+ u"PROJECT_SLUG is set to \"default\". Change it in your "
u"local_settings (or ask your admin to do it)."))
profile = get_current_profile()
if profile.slug == 'default':
dct['warnings'].append(_(
- u"The slug of your current profile is set to \"default\" change it "
+ u"The slug of your current profile is set to \"default\". Change it "
u"on the administration page (or ask your admin to do it)."))
image = get_random_item_image_link(request)
if hasattr(profile, 'homepage') and profile.homepage: