From f83302e5415c59eb0d34cbf60918c556cb6724e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Tue, 7 Apr 2020 02:38:33 +0000 Subject: [PATCH] gitweb: Use proper ellipsis char when showing clone progress Reviewed-by: Sunil Mohan Adapa --- plinth/modules/gitweb/templates/gitweb_configure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/gitweb/templates/gitweb_configure.html b/plinth/modules/gitweb/templates/gitweb_configure.html index c63f89e6f..b5152afae 100644 --- a/plinth/modules/gitweb/templates/gitweb_configure.html +++ b/plinth/modules/gitweb/templates/gitweb_configure.html @@ -65,7 +65,7 @@ {% if 'clone_progress' in repo %} - {% trans 'Cloning...' %} {{ repo.clone_progress }}% + {% trans 'Cloning…' %} {{ repo.clone_progress }}% {{ repo.name }} {% else %}