From b6fbeb43e81c59227ad2dbbde3d3d29b8d9a738e Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Thu, 23 May 2019 10:01:25 +0200 Subject: [PATCH] updated confirm html --- front/core/components/confirm/confirm.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/core/components/confirm/confirm.html b/front/core/components/confirm/confirm.html index 3cdbb4a34..a9765c49d 100644 --- a/front/core/components/confirm/confirm.html +++ b/front/core/components/confirm/confirm.html @@ -1,7 +1,7 @@ -
{{::$ctrl.question}}
- {{::$ctrl.message}} +
{{::$ctrl.message}}
+ {{::$ctrl.question}}