зеркало из https://github.com/mozilla/pjs.git
Bug 217219 Messages in votes errors are incorrectly CHOMP'd
r=kiko a=justdave
This commit is contained in:
Родитель
6df98e20b4
Коммит
2efd8a704a
|
@ -637,17 +637,16 @@
|
|||
|
||||
[% ELSIF error == "too_many_votes_for_bug" %]
|
||||
[% title = "Illegal Vote" %]
|
||||
You may only use at most [% max FILTER html %] votes for a single
|
||||
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 use
|
||||
[% votes FILTER html %].
|
||||
<tt>[% prod FILTER html %]</tt> product, but you are trying to
|
||||
use [% votes FILTER html %].
|
||||
|
||||
[% ELSIF error == "too_many_votes_for_product" %]
|
||||
[% title = "Illegal Vote" %]
|
||||
You may only use at most [% max FILTER html %] votes for [% terms.bugs %]
|
||||
in the
|
||||
<tt>[% prod FILTER html %]</tt> product, but you are trying to use
|
||||
[% votes FILTER html %].
|
||||
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.
|
||||
|
||||
[% ELSIF error == "token_inexistent" %]
|
||||
[% title = "Token Does Not Exist" %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче