diff --git a/web/templates/settings/linkifier_settings_admin.hbs b/web/templates/settings/linkifier_settings_admin.hbs index 0577912ad3..d51d0de9b0 100644 --- a/web/templates/settings/linkifier_settings_admin.hbs +++ b/web/templates/settings/linkifier_settings_admin.hbs @@ -3,40 +3,32 @@

{{#tr}} - Configure regular expression patterns that will be - automatically linkified when used in Zulip message bodies or - topics. For example to automatically linkify commit IDs and - issue numbers (e.g. #123) to the corresponding items in a GitHub - project, you could use the following: + Configure regular expression patterns that will be used to + automatically transform any matching text in Zulip messages + and topics into links. + {{/tr}} +

+

+ {{#tr}} + 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: {{/tr}}

{{#tr}} - Or, to automatically linkify GitHub's org/repo#1234 syntax: - {{/tr}} -

- -

- {{#tr}} - More details are available in the Help Center article. + For more examples, see the help center documentation + on adding linkifiers. {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} {{/tr}}

@@ -45,7 +37,10 @@
-
{{t "Add a new linkifier" }}
+
+ {{t "Add a new linkifier" }} + {{> ../help_link_widget link="/help/add-a-custom-linkifier" }} +