Fix Permalink normalization regex example

This commit is contained in:
Gerhard Schlager 2016-03-19 22:37:29 +01:00
parent 1c19548e30
commit 81e174c47a

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)."