${h.text('clone_uri',class_="small")}
- ${_('Optional url from which repository should be cloned.')}
+ ${_('Optional URL from which repository should be cloned.')}
- ${_('This repository does not have a remote url set.')}
+ ${_('This repository does not have a remote URL set.')}
%endif
diff --git a/kallithea/templates/admin/repos/repo_edit_settings.html b/kallithea/templates/admin/repos/repo_edit_settings.html
--- a/kallithea/templates/admin/repos/repo_edit_settings.html
+++ b/kallithea/templates/admin/repos/repo_edit_settings.html
@@ -11,14 +11,14 @@ ${h.form(url('repo', repo_name=c.repo_in
${_('Non-changeable id')}: `_${c.repo_info.repo_id}` ${_('What is that?')}
${_('URL by id')}: `${c.repo_info.clone_url(with_id=True)}`
- ${_('''In case this repository is renamed or moved into another group the repository url changes.
- Using the above url guarantees that this repository will always be accessible under such url.
- Useful for CI systems, or any other cases that you need to hardcode the url into 3rd party service.''')}
+ ${_('''In case this repository is renamed or moved into another group the repository URL changes.
+ Using the above URL guarantees that this repository will always be accessible under such URL.
+ Useful for CI systems, or any other cases that you need to hardcode the URL into 3rd party service.''')}
-
+
%if c.repo_info.clone_uri:
@@ -34,7 +34,7 @@ ${h.form(url('repo', repo_name=c.repo_in
${h.text('clone_uri',class_="medium")}
${h.hidden('clone_uri_change', 'NEW')}
%endif
- ${_('Url used for doing remote pulls.')}
+ ${_('URL used for doing remote pulls.')}
diff --git a/kallithea/templates/admin/settings/settings_system.html b/kallithea/templates/admin/settings/settings_system.html
--- a/kallithea/templates/admin/settings/settings_system.html
+++ b/kallithea/templates/admin/settings/settings_system.html
@@ -6,7 +6,7 @@
(_('Platform'), c.platform, ''),
(_('Git version'), c.git_version, ''),
(_('Git path'), c.ini.get('git_path'), ''),
- (_('Upgrade info endpoint'), h.literal('%s %s.' % (c.update_url, _('Note: please make sure this server can access this url'))), '')
+ (_('Upgrade info endpoint'), h.literal('%s %s.' % (c.update_url, _('Note: please make sure this server can access this URL'))), '')
]
%>
diff --git a/kallithea/templates/admin/settings/settings_visual.html b/kallithea/templates/admin/settings/settings_visual.html
--- a/kallithea/templates/admin/settings/settings_visual.html
+++ b/kallithea/templates/admin/settings/settings_visual.html
@@ -27,8 +27,8 @@ ${h.form(url('admin_settings_visual'), m
${h.text('gravatar_url', size=80)}
- ${_('''Gravatar url allows you to use another avatar server application.
- The following variables of the url will be replaced accordingly.
+ ${_('''Gravatar URL allows you to use another avatar server application.
+ The following variables of the URL will be replaced accordingly.
{scheme} 'http' or 'https' sent from running Kallithea server,
{email} user email,
{md5email} md5 hash of the user email (like at gravatar.com),
@@ -39,7 +39,7 @@ ${h.form(url('admin_settings_visual'), m
${h.text('clone_uri_tmpl', size=80)}
- ${_('''Schema of clone url construction eg. '{scheme}://{user}@{netloc}/{repo}'.
+ ${_('''Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/{repo}'.
The following variables are available:
{scheme} 'http' or 'https' sent from running Kallithea server,
{user} current user username,
diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html
--- a/kallithea/templates/summary/summary.html
+++ b/kallithea/templates/summary/summary.html
@@ -72,7 +72,7 @@ summary = lambda n:{False:'summary-short