diff --git a/include/conversation.php b/include/conversation.php index deced3cb8c..0c319e802f 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -862,7 +862,8 @@ function status_editor($a,$x, $notes_cid = 0) { '$audio' => t('Insert audio link'), '$setloc' => t('Set your location'), '$noloc' => t('Clear browser location'), - '$title' => t('Set title'), + '$title' => "", + '$placeholdertitle' => t('Set title'), '$wait' => t('Please wait'), '$permset' => t('Permission settings'), '$ptyp' => (($notes_cid) ? 'note' : 'wall'), diff --git a/view/jot.tpl b/view/jot.tpl index df82f7199b..00196e9d3e 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -1,8 +1,8 @@