summaryrefslogtreecommitdiff
path: root/views/controls
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls')
-rw-r--r--views/controls/editor/text-editor.ejs4
-rw-r--r--views/controls/editor/toolbar.ejs2
2 files changed, 5 insertions, 1 deletions
diff --git a/views/controls/editor/text-editor.ejs b/views/controls/editor/text-editor.ejs
index 205fbdf..a14c469 100644
--- a/views/controls/editor/text-editor.ejs
+++ b/views/controls/editor/text-editor.ejs
@@ -1,6 +1,10 @@
<div class="vvbox settings" id="textEditor">
<h4>Edit Text</h4>
+ <div class="no-text">
+ Click a wall to add text.
+ </div>
+
<div class="setting">
<select name="font-family">
<option>Helvetica</option>
diff --git a/views/controls/editor/toolbar.ejs b/views/controls/editor/toolbar.ejs
index 586194b..f9d91af 100644
--- a/views/controls/editor/toolbar.ejs
+++ b/views/controls/editor/toolbar.ejs
@@ -30,7 +30,7 @@
[[ if (user.username == "test12343") { ]]
<span
data-role='toggle-text-editor'
- data-info="edit wall text"
+ data-info="add text to wall"
class="icon-ios7-compose-outline"></span>
[[ } ]]