diff --git a/web/templates/settings/linkifier_settings_admin.hbs b/web/templates/settings/linkifier_settings_admin.hbs index ed0c977e2f..f9a5ff4937 100644 --- a/web/templates/settings/linkifier_settings_admin.hbs +++ b/web/templates/settings/linkifier_settings_admin.hbs @@ -1,78 +1,75 @@
+ {{t "Configure regular expression patterns that will be used to + automatically transform any matching text in Zulip messages + and topics into links." }} +
++ {{t "Linkifiers make it easy to refer to issues or tickets in + third party issue trackers, like GitHub, Salesforce, Zendesk, + and others. For instance, you can add a linkifier that + automatically turns #2468 into a link to the GitHub issue + in the Zulip repository with:" }} +
+#(?P<id>[0-9]+)
+ https://github.com/zulip/zulip/issues/{id}
+
+ {{#tr}}
+ For more examples, see the
- {{t "Configure regular expression patterns that will be used to - automatically transform any matching text in Zulip messages - and topics into links." }} -
-- {{t "Linkifiers make it easy to refer to issues or tickets in - third party issue trackers, like GitHub, Salesforce, Zendesk, - and others. For instance, you can add a linkifier that - automatically turns #2468 into a link to the GitHub issue - in the Zulip repository with:" }} -
-#(?P<id>[0-9]+)
- https://github.com/zulip/zulip/issues/{id}
-
- {{#tr}}
- For more examples, see the