Merge pull request #4095 from gschlager/patch-1

Fix Permalink normalization regex example
This commit is contained in:
Jeff Atwood 2016-03-19 15:17:18 -07:00
commit 67a5fc39de
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ en:
suppress_uncategorized_badge: "Don't show the badge for uncategorized topics in topic lists." suppress_uncategorized_badge: "Don't show the badge for uncategorized topics in topic lists."
permalink_normalizations: "Apply the following regex before matching permalinks, for example: /(\\/topic.*)\\?.*/\\1 will strip query strings from topic routes. Format is regex+string use \\1 etc. to access captures" permalink_normalizations: "Apply the following regex before matching permalinks, for example: /(topic.*)\\?.*/\\1 will strip query strings from topic routes. Format is regex+string use \\1 etc. to access captures"
global_notice: "Display an URGENT, EMERGENCY global banner notice to all visitors, change to blank to hide it (HTML allowed)." global_notice: "Display an URGENT, EMERGENCY global banner notice to all visitors, change to blank to hide it (HTML allowed)."