From ac35b221623d4f6be51550452b015126b12e258e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 13 May 2019 11:12:22 +0200 Subject: [PATCH] templates: don't use gadjo popup for ODS links (#33035) --- bijoe/templates/bijoe/visualization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bijoe/templates/bijoe/visualization.html b/bijoe/templates/bijoe/visualization.html index df56fb5..9692295 100644 --- a/bijoe/templates/bijoe/visualization.html +++ b/bijoe/templates/bijoe/visualization.html @@ -15,7 +15,7 @@ {% block actions %} {% trans "Rename" %} {% trans "Delete" %} - {% trans "Export as ODS" %} + {% trans "Export as ODS" %} {% trans "URL for IFRAME" %} {% endblock %}