From 5e266d10004ca7419ed2d00edf61991e0f605690 Mon Sep 17 00:00:00 2001 From: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:02:28 +0530 Subject: [PATCH 1/2] MOSIP-36625: Changed the subtitle in Upload Root of Trust Certificate screen Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com> --- pmp-reactjs-ui/public/i18n/ara.json | 2 +- pmp-reactjs-ui/public/i18n/eng.json | 2 +- pmp-reactjs-ui/public/i18n/fra.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pmp-reactjs-ui/public/i18n/ara.json b/pmp-reactjs-ui/public/i18n/ara.json index 669703f0..9352df0e 100644 --- a/pmp-reactjs-ui/public/i18n/ara.json +++ b/pmp-reactjs-ui/public/i18n/ara.json @@ -539,7 +539,7 @@ }, "uploadRootofTrustCertificate": { "uploadRootofTrustCertificate": "تحميل شهادة جذر الثقة", - "uploadRootofTrustCertificateDesc": "الرجاء تحديد الحقول وتحميل الشهادة", + "uploadRootofTrustCertificateDesc": "يرجى تحديد نطاق الشريك وتحميل شهادة الجذر/الجذر المتوسطة", "partnerDomain": "مجال الشريك", "dropdownPlaceholder": "حدد مجال الشريك", "successMsg": "تم تحميل شهادة جذر الثقة لـ {{partnerDomain}} بنجاح" diff --git a/pmp-reactjs-ui/public/i18n/eng.json b/pmp-reactjs-ui/public/i18n/eng.json index f1862bda..b9084f03 100644 --- a/pmp-reactjs-ui/public/i18n/eng.json +++ b/pmp-reactjs-ui/public/i18n/eng.json @@ -534,7 +534,7 @@ }, "uploadRootofTrustCertificate": { "uploadRootofTrustCertificate":"Upload Root of Trust Certificate", - "uploadRootofTrustCertificateDesc": "Please select the fields and upload certificate", + "uploadRootofTrustCertificateDesc": "Please select the partner domain and upload root/ intermediate root certificate", "partnerDomain": "Partner Domain", "dropdownPlaceholder": "Select partner domain", "successMsg": "Root of Trust Certificate for {{partnerDomain}} is uploaded successfully" diff --git a/pmp-reactjs-ui/public/i18n/fra.json b/pmp-reactjs-ui/public/i18n/fra.json index f73412c4..4d0ca225 100644 --- a/pmp-reactjs-ui/public/i18n/fra.json +++ b/pmp-reactjs-ui/public/i18n/fra.json @@ -539,7 +539,7 @@ }, "uploadRootofTrustCertificate": { "uploadRootofTrustCertificate": "Télécharger le certificat racine de confiance", - "uploadRootofTrustCertificateDesc": "Veuillez sélectionner les champs et télécharger le certificat", + "uploadRootofTrustCertificateDesc": "Veuillez sélectionner le domaine partenaire et télécharger le certificat racine/racine intermédiaire", "partnerDomain": "Domaine partenaire", "dropdownPlaceholder": "Sélectionnez un domaine partenaire", "successMsg": "Le certificat racine de confiance pour {{partnerDomain}} a été téléchargé avec succès" From 8178ff69c42548be09ee8fa3b82a8b6cde2fc376 Mon Sep 17 00:00:00 2001 From: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:07:53 +0530 Subject: [PATCH 2/2] MOSIP-36625: Changed the subtitle in Upload Root of Trust Certificate screen Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com> --- pmp-reactjs-ui/public/i18n/ara.json | 2 +- pmp-reactjs-ui/public/i18n/eng.json | 2 +- pmp-reactjs-ui/public/i18n/fra.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pmp-reactjs-ui/public/i18n/ara.json b/pmp-reactjs-ui/public/i18n/ara.json index 9352df0e..4cab20d1 100644 --- a/pmp-reactjs-ui/public/i18n/ara.json +++ b/pmp-reactjs-ui/public/i18n/ara.json @@ -539,7 +539,7 @@ }, "uploadRootofTrustCertificate": { "uploadRootofTrustCertificate": "تحميل شهادة جذر الثقة", - "uploadRootofTrustCertificateDesc": "يرجى تحديد نطاق الشريك وتحميل شهادة الجذر/الجذر المتوسطة", + "uploadRootofTrustCertificateDesc": "يرجى تحديد نطاق الشريك وتحميل شهادة الجذر/ الجذر المتوسطة", "partnerDomain": "مجال الشريك", "dropdownPlaceholder": "حدد مجال الشريك", "successMsg": "تم تحميل شهادة جذر الثقة لـ {{partnerDomain}} بنجاح" diff --git a/pmp-reactjs-ui/public/i18n/eng.json b/pmp-reactjs-ui/public/i18n/eng.json index b9084f03..3df767dc 100644 --- a/pmp-reactjs-ui/public/i18n/eng.json +++ b/pmp-reactjs-ui/public/i18n/eng.json @@ -534,7 +534,7 @@ }, "uploadRootofTrustCertificate": { "uploadRootofTrustCertificate":"Upload Root of Trust Certificate", - "uploadRootofTrustCertificateDesc": "Please select the partner domain and upload root/ intermediate root certificate", + "uploadRootofTrustCertificateDesc": "Please select the partner domain and upload root / intermediate root certificate", "partnerDomain": "Partner Domain", "dropdownPlaceholder": "Select partner domain", "successMsg": "Root of Trust Certificate for {{partnerDomain}} is uploaded successfully" diff --git a/pmp-reactjs-ui/public/i18n/fra.json b/pmp-reactjs-ui/public/i18n/fra.json index 4d0ca225..95bb494c 100644 --- a/pmp-reactjs-ui/public/i18n/fra.json +++ b/pmp-reactjs-ui/public/i18n/fra.json @@ -539,7 +539,7 @@ }, "uploadRootofTrustCertificate": { "uploadRootofTrustCertificate": "Télécharger le certificat racine de confiance", - "uploadRootofTrustCertificateDesc": "Veuillez sélectionner le domaine partenaire et télécharger le certificat racine/racine intermédiaire", + "uploadRootofTrustCertificateDesc": "Veuillez sélectionner le domaine partenaire et télécharger le certificat racine /racine intermédiaire", "partnerDomain": "Domaine partenaire", "dropdownPlaceholder": "Sélectionnez un domaine partenaire", "successMsg": "Le certificat racine de confiance pour {{partnerDomain}} a été téléchargé avec succès"