mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
web: Use uri instead of url.
Following the issue #23380 and PR #25038, this commit changes all occurences of `uri` into `url` in all comments, local variables, handlebars templates (.hbs) function names and their callers in all `.js` and `.ts` files.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{{#tr}}
|
||||
Your Zulip account on <z-link></z-link> has been deactivated,
|
||||
and you will no longer be able to log in.
|
||||
{{#*inline "z-link"}}<a href="{{realm_uri}}">{{realm_uri}}</a>{{/inline}}
|
||||
{{#*inline "z-link"}}<a href="{{realm_url}}">{{realm_url}}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
</p>
|
||||
<p>{{t "The administrators provided the following comment:" }}</p>
|
||||
|
||||
Reference in New Issue
Block a user