diff --git a/apps/OpenSign/public/locales/en/translation.json b/apps/OpenSign/public/locales/en/translation.json index 026675fbf..91fcd3bee 100644 --- a/apps/OpenSign/public/locales/en/translation.json +++ b/apps/OpenSign/public/locales/en/translation.json @@ -363,7 +363,7 @@ "initial-teb": "Initials", "signature-tab": "Signature", "your-signature": "Your signature", - "copy-to-all-pages": "Copy to all pages", + "copy-title": "Copy widget to", "contact-delete-alert": "Are you sure you want to delete this contact?", "reset-password-alert-1": "Reset password link has been sent to your email id", "reset-password-alert-2": "Please setup email adapter ", @@ -374,7 +374,7 @@ "All pages": "All pages", "All pages but last": "All pages but last", "All pages but first": "All pages but first", - "Beside to widget": "Beside to widget" + "Next to current widget": "Next to current widget" }, "options": "Options", "minimun-check": "Minimun check", diff --git a/apps/OpenSign/public/locales/fr/translation.json b/apps/OpenSign/public/locales/fr/translation.json index 1d2af552f..d4d8f6d3d 100644 --- a/apps/OpenSign/public/locales/fr/translation.json +++ b/apps/OpenSign/public/locales/fr/translation.json @@ -362,7 +362,7 @@ "initial-teb": "Initiales", "signature-tab": "Signature", "your-signature": "Votre signature", - "copy-to-all-pages": "Copier sur toutes les pages", + "copy-title": "Copier le widget vers", "contact-delete-alert": "Êtes-vous sûr de vouloir supprimer ce contact ?", "reset-password": "Le lien de réinitialisation du mot de passe a été envoyé à votre identifiant de messagerie", "reset-password-alert-2": "Veuillez configurer l'adaptateur de messagerie", @@ -373,7 +373,7 @@ "All pages": "Toutes les pages", "All pages but last": "Toutes les pages sauf la dernière", "All pages but first": "Toutes les pages sauf la première", - "Beside to widget": "À côté du widget" + "Next to current widget": "À côté du widget actuel" }, "options": "Possibilités", "minimun-check": "Vérification minimale", diff --git a/apps/OpenSign/src/assets/images/user-name-image.png b/apps/OpenSign/src/assets/images/user-name-image.png deleted file mode 100644 index ec8d665c3..000000000 Binary files a/apps/OpenSign/src/assets/images/user-name-image.png and /dev/null differ diff --git a/apps/OpenSign/src/components/pdf/PlaceholderCopy.js b/apps/OpenSign/src/components/pdf/PlaceholderCopy.js index a10bde125..943da8cc0 100644 --- a/apps/OpenSign/src/components/pdf/PlaceholderCopy.js +++ b/apps/OpenSign/src/components/pdf/PlaceholderCopy.js @@ -13,7 +13,7 @@ function PlaceholderCopy(props) { { id: 1, type: "All pages" }, { id: 2, type: "All pages but last" }, { id: 3, type: "All pages but first" }, - { id: 4, type: "Beside to widget" } + { id: 4, type: "Next to current widget" } ]; const [selectCopyType, setSelectCopyType] = useState(1); //function for get copy placeholder position @@ -239,7 +239,7 @@ function PlaceholderCopy(props) { return ( handleUniqueId()} >
diff --git a/apps/OpenSign/src/components/pdf/SelectLanguage.js b/apps/OpenSign/src/components/pdf/SelectLanguage.js index e02f197dc..7e9ef57ef 100644 --- a/apps/OpenSign/src/components/pdf/SelectLanguage.js +++ b/apps/OpenSign/src/components/pdf/SelectLanguage.js @@ -21,7 +21,7 @@ function SelectLanguage(props) { return (
0 && - publicUserName?.length < 9 && - "solid red" - }} onChange={handleOnchangeUserName} value={publicUserName} disabled={!editmode} @@ -669,15 +606,9 @@ function UserProfile() {
  • {t("tagline")} :{" "} - + -
    +
    {editmode || !extendUser?.[0]?.Tagline ? (
  • )} +
  • + {t("language")}:{" "} + +
  • { if ( + editmode && !isSubscribe && publicUserName?.length > 0 && publicUserName?.length < 9 @@ -814,28 +757,6 @@ function UserProfile() { )} - setIsPublicInfo({})} - > -
    -

    {isPublicInfo.message}

    -
    - -
    - -
    - -
    -
    - {isUpgrade && (
    diff --git a/apps/OpenSign/src/primitives/Tooltip.js b/apps/OpenSign/src/primitives/Tooltip.js index f7fe4b53a..ebe906ad7 100644 --- a/apps/OpenSign/src/primitives/Tooltip.js +++ b/apps/OpenSign/src/primitives/Tooltip.js @@ -7,12 +7,13 @@ const Tooltip = ({ url, iconColor, maxWidth, - handleTooltipClick, - type + handleOnlickHelp }) => - url || type ? ( + url || handleOnlickHelp ? (