From 733fd2ffdb3812c66baf772d86b2f74d91a8d44f Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> Date: Fri, 12 May 2023 21:53:05 +0430 Subject: [PATCH] Show client email in QR Modal --- web/html/common/qrcode_modal.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 2bd2f00f..855c349a 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -7,7 +7,10 @@ {{ i18n "pages.inbounds.clickOnQRcode" }} - + + {{ i18n "pages.inbounds.email" }}: "[[ qrModal.clientName ]]" + +