Skip to content

Commit

Permalink
Merge pull request #69 from mosip/develop
Browse files Browse the repository at this point in the history
[INJIWEB-423]: id4A : modify about inji header name & remove the subtitle for credential type
  • Loading branch information
vijay151096 authored May 15, 2024
2 parents 5e3a69f + 47a28a9 commit 98bb728
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion inji-web/src/components/Credentials/Crendential.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const Credential: React.FC<CredentialProps> = (props) => {
return <ItemBox index={props.index}
url={credentialObject.logo.url}
title={credentialObject.name}
description={credentialObject.name}
onClick={() => {
const state = generateRandomString();
const code_challenge: CodeChallengeObject = generateCodeChallenge(state);
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/ar.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PageTemplate": {
"Header": {
"aboutInji": "حول إنجي",
"aboutInji": "حول إنجي ويب",
"help": "يساعد"
},
"Footer": {
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PageTemplate": {
"Header": {
"aboutInji": "About Inji",
"aboutInji": "About Inji Web",
"help": "Help"
},
"Footer": {
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/fr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PageTemplate": {
"Header": {
"aboutInji": "À propos de Inji",
"aboutInji": "À propos de Inji Web",
"help": "Aide"
},
"Footer": {
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/hi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PageTemplate": {
"Header": {
"aboutInji": "इंजी के बारे में",
"aboutInji": "इंजी वेब के बारे में",
"help": "मदद"
},
"Footer": {
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/kn.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PageTemplate": {
"Header": {
"aboutInji": "ಇಂಜಿ ಬಗ್ಗೆ",
"aboutInji": "ಇಂಜಿ ವೆಬ್ ಬಗ್ಗೆ",
"help": "ಸಹಾಯ"
},
"Footer": {
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/ta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PageTemplate": {
"Header": {
"aboutInji": "இன்ஜி பற்றி",
"aboutInji": "இன்ஜி வலை பற்றி",
"help": "உதவி"
},
"Footer": {
Expand Down

0 comments on commit 98bb728

Please sign in to comment.