Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-36625: Changed the subtitle in Upload Root of Trust Certificate screen. #846

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pmp-reactjs-ui/public/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
},
"uploadRootofTrustCertificate": {
"uploadRootofTrustCertificate": "تحميل شهادة جذر الثقة",
"uploadRootofTrustCertificateDesc": "الرجاء تحديد الحقول وتحميل الشهادة",
"uploadRootofTrustCertificateDesc": "يرجى تحديد نطاق الشريك وتحميل شهادة الجذر/ الجذر المتوسطة",
"partnerDomain": "مجال الشريك",
"dropdownPlaceholder": "حدد مجال الشريك",
"successMsg": "تم تحميل شهادة جذر الثقة لـ {{partnerDomain}} بنجاح"
Expand Down
2 changes: 1 addition & 1 deletion pmp-reactjs-ui/public/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pmp-reactjs-ui/public/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading