Skip to content

Commit

Permalink
Define texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Sep 26, 2024
1 parent 5741446 commit a57d077
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions modules/i18n/src/models/namespaces/applications-ns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,37 @@ export interface ApplicationsNS {
};
};
};
outdatedApplications: {
heading: string;
alert : {
title: string;
content: string;
viewButton: string;
hideButton: string;
cancelButton: string;
}
label: string;
documentationHint: string;
confirmationModal: {
assertionHint: string;
header: string;
message: string;
content: string;
},
fields: {
commonInstruction: string;
versions: {
version100: {
change1: {
instruction: string;
},
change2: {
instruction: string;
}
}
};
}
};
logoutURLs: {
heading: string;
fields: {
Expand Down
31 changes: 31 additions & 0 deletions modules/i18n/src/translations/en-US/portals/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,37 @@ export const applications: ApplicationsNS = {
},
heading: "ID Token"
},
outdatedApplications: {
heading: "Legacy Application Tokens",
alert : {
title: "Application is outdated.",
content: "This application is using an outdated behavior of applications.",
viewButton: "View Details",
hideButton: "Hide Details",
cancelButton: "Ignore Once"
},
label: "outdated",
documentationHint: "More Details",
confirmationModal: {
header: "Have you done the relevant changes?",
message: "Proceeding the action without making relevant change will cause the client application behavior break.",
content: "Confirming the action will,",
assertionHint: "Please confirm your action"
},
fields: {
commonInstruction: "Following behavioral changes will be applied upon update.",
versions: {
version100: {
change1: {
instruction: "Application access token sub attribute will be client_id generated for an application."
},
change2: {
instruction: "Introspection response for application access token will not include the username attribute."
}
}
}
}
},
logoutURLs: {
fields: {
back: {
Expand Down

0 comments on commit a57d077

Please sign in to comment.