From 8e7b7348dcf161a401f76484366d96128bb08ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Sun, 2 Nov 2014 11:49:37 +0100 Subject: [PATCH] Fix bug #1512: Change empty description placeholder --- app/coffee/modules/common/components.coffee | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/coffee/modules/common/components.coffee b/app/coffee/modules/common/components.coffee index 96af3e44..b4fa3fc8 100644 --- a/app/coffee/modules/common/components.coffee +++ b/app/coffee/modules/common/components.coffee @@ -553,7 +553,7 @@ EditableDescriptionDirective = ($window, $document, $rootscope, $repo, $confirm,
- @@ -563,12 +563,14 @@ EditableDescriptionDirective = ($window, $document, $rootscope, $repo, $confirm, """ # TODO: i18n noDescriptionMegEditMode = """

- No description yet, why don't you add a good one clicking here? + Empty space is so boring... + go on be descriptive... + A rose by any other name would smell as sweet...

""" # TODO: i18n noDescriptionMegReadMode = """

- No description + No description yet.

""" # TODO: i18n