зеркало из https://github.com/mozilla/pjs.git
Bug 359768: Confusing error message when a user has too many votes for a product - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=timeless a=myk
This commit is contained in:
Родитель
f063254fbc
Коммит
3eb1953454
|
@ -1357,15 +1357,15 @@
|
|||
[% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
|
||||
You may only use at most [% max FILTER html %] votes for a single
|
||||
[%+ terms.bug %] in the
|
||||
<tt>[% prod FILTER html %]</tt> product, but you are trying to
|
||||
<tt>[% product FILTER html %]</tt> product, but you are trying to
|
||||
use [% votes FILTER html %].
|
||||
|
||||
[% ELSIF error == "too_many_votes_for_product" %]
|
||||
[% title = "Illegal Vote" %]
|
||||
[% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
|
||||
You tried to use [% votes FILTER html %] votes,
|
||||
which exceeds the [% max FILTER html %] vote per [% terms.bug %] limit
|
||||
for the <tt>[% prod FILTER html %]</tt> product.
|
||||
You tried to use [% votes FILTER html %] votes in the
|
||||
<tt>[% product FILTER html %]</tt> product, which exceeds the maximum of
|
||||
[%+ max FILTER html %] votes for this product.
|
||||
|
||||
[% ELSIF error == "token_inexistent" %]
|
||||
[% title = "Token Does Not Exist" %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче