Skip to content

Commit

Permalink
MOSIP-33808: Resolved the translation issue of copied Pop-up (#497)
Browse files Browse the repository at this point in the history
Signed-off-by: Anil_Kumar_Majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji authored Jun 19, 2024
1 parent 48d2248 commit 66e1565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function ViewOidcClientDetails() {
{copied &&
(
<div ref={copyToolTipRef} className={`z-20 px-4 py-1 mt-[4.3%] max-h-[32%] font-medium overflow-y-auto absolute ${isLoginLanguageRTL ? "mr-[9.5%] left-16" : "ml-[80px] right-16"} shadow-lg bg-white border border-gray-300 rounded-md`}>
<p className="text-[#36393E] text-md font-inter">{t('viewOidcClientDetails.copied')}</p>
<p className="text-[#36393E] text-md font-inter">{t('viewOidcClientDetails.copied!')}</p>
</div>
)
}
Expand Down

0 comments on commit 66e1565

Please sign in to comment.