diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-08 02:17:18 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-08 02:17:18 +0100 |
commit | e7747bf975a8523be7756a71d1b5166f5229363b (patch) | |
tree | 74e69eebf29c7c963a8ef36d3aed4d0470a3cbdd /app/view/templates/editrightbar.php | |
parent | 4b30e32dba3a53f02f2c5b5360ed73d1a023a5df (diff) | |
download | wcms-e7747bf975a8523be7756a71d1b5166f5229363b.tar.gz wcms-e7747bf975a8523be7756a71d1b5166f5229363b.zip |
mini help
Diffstat (limited to 'app/view/templates/editrightbar.php')
-rw-r--r-- | app/view/templates/editrightbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php index e42cdf1..a081aac 100644 --- a/app/view/templates/editrightbar.php +++ b/app/view/templates/editrightbar.php @@ -80,7 +80,7 @@ <label for="invites">Invites editors</label> <select name="invites[]" id="invites"> - <option value="" selected>--select invite user--</option> + <option value="" selected>--add invite user--</option> <?php $newinviteuserlist = array_diff($inviteuserlist, $art->invites()); foreach ($newinviteuserlist as $inviteuser) { |