diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-23 13:38:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-23 13:38:27 +0100 |
commit | 6cf8ca5e43a693b6e0d7d2c410037505dc4cb6cf (patch) | |
tree | 53c28c0ae5156f32348cfe7cedd3a8da8399a516 /Zotlabs/Module | |
parent | 4bb6b5a547eb86951f4e95bb08dd3e939a97eeab (diff) | |
download | volse-hubzilla-6cf8ca5e43a693b6e0d7d2c410037505dc4cb6cf.tar.gz volse-hubzilla-6cf8ca5e43a693b6e0d7d2c410037505dc4cb6cf.tar.bz2 volse-hubzilla-6cf8ca5e43a693b6e0d7d2c410037505dc4cb6cf.zip |
whitespace and minor fixes
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index a73364b06..0c848bc7c 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -258,7 +258,7 @@ class Wiki extends \Zotlabs\Web\Controller { '$wikiName' => array('wikiName', t('Enter the name of your new wiki:'), '', ''), '$pageName' => array('pageName', t('Enter the name of the new page:'), '', ''), '$pageRename' => array('pageRename', t('Enter the new name:'), '', ''), - '$commitMsg' => array('commitMsg', '', '', '', '', 'placeholder="(optional) Enter a custom message when saving the page..."'), + '$commitMsg' => array('commitMsg', '', '', '', '', 'placeholder="Short description of your changes (optional)"'), '$pageHistory' => $pageHistory['history'], '$wikiModal' => $wikiModal, '$wikiModalID' => $wikiModalID, |