mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Change layout of tu_details.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
df75621d23
commit
e83e593ac4
3 changed files with 21 additions and 15 deletions
|
@ -61,7 +61,7 @@ if ($atype == "Trusted User" OR $atype == "Developer") {
|
|||
$errorvote = __("You cannot vote in an proposal about you.");
|
||||
} else if ($hasvoted != 0) {
|
||||
$canvote = 0;
|
||||
$errorvote = __("You've already voted in this proposal.");
|
||||
$errorvote = __("You've already voted for this proposal.");
|
||||
}
|
||||
|
||||
if ($canvote == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue