Closed
Bug 331005
Opened 20 years ago
Closed 20 years ago
alias_is_numeric uses 'another' which to me implies a real one was given/accepted
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 331004
People
(Reporter: timeless, Unassigned)
Details
[% ELSIF error == "alias_not_defined" %]
[% title = "Alias Is Not Defined" %]
You did not supply an alias to this [% terms.bug %].
[% ELSIF error == "alias_is_numeric" %]
[% title = "Alias Is Numeric" %]
You tried to give this [% terms.bug %] the alias <em>[% alias FILTER html %]</em>,
but aliases cannot be merely numbers, since they could
then be confused with [% terms.bug %] IDs. Please choose another
alias containing at least one letter.
*** This bug has been marked as a duplicate of 331004 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•