Add | to error message about invalid change tag characters
authorMatthew Flaschen <mflaschen@wikimedia.org>
Thu, 15 Jun 2017 00:38:48 +0000 (20:38 -0400)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Thu, 15 Jun 2017 00:38:48 +0000 (20:38 -0400)
Pipe itself is already not allowed.

Bug: T92956
Change-Id: Icb98b5e8040fa91685adcdfdb46e1173162f2b9e

languages/i18n/en.json

index bcb9f2d..70664af 100644 (file)
        "tags-create-reason": "Reason:",
        "tags-create-submit": "Create",
        "tags-create-no-name": "You must specify a tag name.",
-       "tags-create-invalid-chars": "Tag names must not contain commas (<code>,</code>) or forward slashes (<code>/</code>).",
+       "tags-create-invalid-chars": "Tag names must not contain commas (<code>,</code>), pipes (<code>|</code>), or forward slashes (<code>/</code>).",
        "tags-create-invalid-title-chars": "Tag names must not contain characters that cannot be used in page titles.",
        "tags-create-already-exists": "The tag \"$1\" already exists.",
        "tags-create-warnings-above": "The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":",