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:
AcKindle3
2023-04-08 23:22:23 -04:00
committed by Tim Abbott
parent 5a89d3b4d2
commit 02364dd69f
24 changed files with 46 additions and 46 deletions

View File

@@ -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>