From 01d3edd262fdaabb2822ae5649ed89250d887888 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Thu, 18 Apr 2024 14:17:28 +0530 Subject: [PATCH] refactor: change user icon tour message --- apps/OpenSign/src/pages/PlaceHolderSign.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSign/src/pages/PlaceHolderSign.js b/apps/OpenSign/src/pages/PlaceHolderSign.js index 9893b1d61..e7328ed0d 100644 --- a/apps/OpenSign/src/pages/PlaceHolderSign.js +++ b/apps/OpenSign/src/pages/PlaceHolderSign.js @@ -1571,7 +1571,7 @@ function PlaceHolderSign() { { selector: '[data-tut="assignSigner"]', content: - " Please assign a new signer to use this icon for the placeholder. ", + " You need to attach a Signer to every role. You can do that by clicking this icon. Once you select a Signer it will be attached to all the fields associated with that role which appear in the same colour. ", position: "top", style: { fontSize: "13px" } }