Commit 5187c079 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 378907: Bad wording in the error message when trying to create a product…

Bug 378907: Bad wording in the error message when trying to create a product with an existing name - Patch by Rupert Handford <rupert@handfordonline.plus.com> r=vladd r=pyrzak a=LpSolit
parent ad1def7b
......@@ -1258,7 +1258,7 @@
[% ELSIF error == "product_name_already_in_use" %]
[% title = "Product name already in use" %]
[% admindocslinks = {'products.html' => 'Administering products'} %]
The product name '[% product FILTER html %]' is already in use.
The product name '[% product FILTER html %]' already exists.
[% ELSIF error == "product_name_diff_in_case" %]
[% title = "Product name differs only in case" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment