From 9e851f2e69f3046fb1b7757f616a00799c2efca8 Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 9 May 2022 14:23:23 +0200 Subject: [PATCH] chore: use english in templates --- internal/server/template/blocks/form.html.tmpl | 2 +- internal/server/template/blocks/form_input_array.html.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/server/template/blocks/form.html.tmpl b/internal/server/template/blocks/form.html.tmpl index 9cefe73..3cb55c8 100644 --- a/internal/server/template/blocks/form.html.tmpl +++ b/internal/server/template/blocks/form.html.tmpl @@ -11,7 +11,7 @@ + name="submit" value="Save" /> diff --git a/internal/server/template/blocks/form_input_array.html.tmpl b/internal/server/template/blocks/form_input_array.html.tmpl index 1be62d9..52100a1 100644 --- a/internal/server/template/blocks/form_input_array.html.tmpl +++ b/internal/server/template/blocks/form_input_array.html.tmpl @@ -18,7 +18,7 @@ + value="Remove" />
@@ -30,7 +30,7 @@ class="bg-blue-500 text-white mb-2 mt-2 px-3 py-1 rounded-md text-sm font-medium hover:bg-blue-700 transition duration-300" type="submit" name="add:{{ $fullProperty }}/-" - value="Ajouter" /> + value="Add" />