locale strings fix

This commit is contained in:
Deepak Prabhakara 2024-02-21 18:04:24 +00:00
parent 79986485ba
commit 150c049c10
3 changed files with 6 additions and 3 deletions

View File

@ -107,7 +107,7 @@ export const Sidebar = ({ isOpen, setIsOpen }: SidebarProps) => {
items: [
{
href: '/admin/terminus',
text: t('Policies'),
text: t('policies'),
active: asPath.includes('/admin/terminus'),
},
],

View File

@ -1,4 +1,6 @@
{
"validity": "Validity",
"documentation": "Documentation",
"entity-id-change-restriction": "You can't change this value once the app is created.",
"desc-entity-id": "You can't change this value. Delete and create a new app if you need to change it.",
"actions": "Actions",
@ -195,6 +197,7 @@
"select_an_idp": "Select an Identity Provider to continue",
"audit_logs": "Audit Logs",
"privacy_vault": "Privacy Vault",
"policies": "Policies",
"model_published_successfully": "Model published successfully",
"model_publish_failed": "Model publish failed. Please try again!",
"discard_and_retrieve_model": "Retrieve Model?",
@ -245,7 +248,7 @@
"setup_link_valid_till": "This link is valid till",
"invalid_setup_link_alert": "Please contact your administrator to get a new setup link. If you are the administrator, visit the Admin Portal to create a new setup link for the service.",
"boxyhq_admin_portal": "BoxyHQ Admin Portal",
"environment:": "Environment",
"environment": "Environment",
"group_or_tenant": "Group (Tenant)",
"id": "ID",
"created_at": "Created At",

View File

@ -207,7 +207,7 @@ const SSOTraceInspector: NextPage = () => {
)}
{trace.context.scope_from_op_error && (
<DescriptionListItem
term={t('scope_from_oidc_idp')}
term={t('scope_from_op_error')}
value={trace.context.scope_from_op_error}
/>
)}