Skip to content

Commit

Permalink
Merge branch 'main' into w14-dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath authored May 30, 2024
2 parents 5081a52 + 77959df commit d366485
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"Oh no! This installation encountered an error.": "Oh no! This installation encountered an error.",
"One Time Apex": "One Time Apex",
"Only I and Salesforce staff can view this installation job.": "Only I and Salesforce staff can view this installation job.",
"Oops! It looks like you don’t have permissions to run an installation on this org.": "Oops! It looks like you don’t have permissions to run an installation on this org.",
"Oops! It looks like you have been logged out or don’t have permissions to run an installation on this org.": "Oops! It looks like you have been logged out or don’t have permissions to run an installation on this org.",
"Optional": "Optional",
"Org:": "Org:",
"Other": "Other",
"Package": "Package",
"Please contact an Admin within your org or use the button below to log in with a different org.": "Please contact an Admin within your org or use the button below to log in with a different org.",
"Please log back in, contact an Admin, or use the button below to log in with a different org.": "Please log back in, contact an Admin, or use the button below to log in with a different org.",
"Potential Issues": "Potential Issues",
"Pre-Install Validation In Progress…": "Pre-Install Validation In Progress…",
"Pre-install validation completed successfully.": "Pre-install validation completed successfully.",
Expand Down
4 changes: 2 additions & 2 deletions locales_dev/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"Not Connected to Salesforce": "Not Connected to Salesforce",
"Oh no! This installation encountered an error.": "Oh no! This installation encountered an error.",
"Only I and Salesforce staff can view this installation job.": "Only I and Salesforce staff can view this installation job.",
"Oops! It looks like you don’t have permissions to run an installation on this org.": "Oops! It looks like you don’t have permissions to run an installation on this org.",
"Oops! It looks like you have been logged out or don’t have permissions to run an installation on this org.": "Oops! It looks like you have been logged out or don’t have permissions to run an installation on this org.",
"Optional": "Optional",
"Org:": "Org:",
"Please contact an Admin within your org or use the button below to log in with a different org.": "Please contact an Admin within your org or use the button below to log in with a different org.",
"Please log back in, contact an Admin, or use the button below to log in with a different org.": "Please log back in, contact an Admin, or use the button below to log in with a different org.",
"Potential Issues": "Potential Issues",
"Pre-Install Validation In Progress…": "Pre-Install Validation In Progress…",
"Pre-install validation completed successfully.": "Pre-install validation completed successfully.",
Expand Down
4 changes: 2 additions & 2 deletions src/js/components/plans/detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@ class PlanDetail extends Component<Props, State> {
<ErrorIcon />
<span className="slds-text-color_error" role="alert">
{t(
'Oops! It looks like you don’t have permissions to run an installation on this org.',
'Oops! It looks like you have been logged out or don’t have permissions to run an installation on this org.',
)}
</span>
</div>
<p>
{t(
'Please contact an Admin within your org or use the button below to log in with a different org.',
'Please log back in, contact an Admin, or use the button below to log in with a different org.',
)}
</p>
</>
Expand Down
2 changes: 1 addition & 1 deletion test/js/components/plans/detail.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('<PlanDetail />', () => {
});

expect(
getByText('you don’t have permissions', { exact: false }),
getByText('don’t have permissions', { exact: false }),
).toBeVisible();
});
});
Expand Down

0 comments on commit d366485

Please sign in to comment.