aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/editrightbar.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/editrightbar.php')
-rw-r--r--app/view/templates/editrightbar.php2
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) {