From 8b3b444c386590f2f0c8f0948beba39a209910dc Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Wed, 20 Feb 2019 10:57:36 +0100 Subject: [PATCH] Translate urlexporter --- module/template/tools/urlexporter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/template/tools/urlexporter.html b/module/template/tools/urlexporter.html index a1602e30..f3fbd31d 100644 --- a/module/template/tools/urlexporter.html +++ b/module/template/tools/urlexporter.html @@ -2,7 +2,7 @@ <div class="row margin-sides-0 margin-10"> <div class="col-md-12"> <div class="left"> - <label for="privateExportUrlField" class="control-label">Lien vers la carte en cours</label> + <label for="privateExportUrlField" class="control-label">{{ 'VMAP_BASICTOOLS_MAP_LINK' | translate }}</label> </div> </div> <div class="col-md-12"> -- GitLab