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:" }} +

+ +

+ {{#tr}} + For more examples, see the help center documentation + on adding linkifiers. + {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} + {{/tr}} +

-

- {{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:" }} -

- -

- {{#tr}} - For more examples, see the help center documentation - on adding linkifiers. - {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} - {{/tr}} -

- - {{#if is_admin}} -
-
-
-
- {{t "Add a new linkifier" }} - {{> ../help_link_widget link="/help/add-a-custom-linkifier" }} -
-
-
- - -
-
-
- - -
-
- + {{#if is_admin}} + +
+
+
+ {{t "Add a new linkifier" }} + {{> ../help_link_widget link="/help/add-a-custom-linkifier" }}
+
+
+ + +
+
+
+ + +
+
+
- - {{/if}} - -
-

{{t "Linkifiers"}}

-
-
+ + {{/if}} -
- - - - - {{#if is_admin}} - - {{/if}} - - -
{{t "Pattern" }}{{t "URL template" }}{{t "Actions" }}
-
+
+

{{t "Linkifiers"}}

+
+ +
+ +
+ + + + + {{#if is_admin}} + + {{/if}} + + +
{{t "Pattern" }}{{t "URL template" }}{{t "Actions" }}