Skip to content

Commit

Permalink
fix by code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest committed Dec 5, 2024
1 parent ac2358e commit 174cee6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ProjectsPage/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,8 @@ const Projects = () => {
.then(response => {
if (response.headers.get('content-length') > yamlByteSizeLimit) {
openPopUp(ConfirmDialog, {
header: 'Unable to display project YAML',
message:
"The project's YAML is too large to display, Use 'Export YAML' to download it.",
header: "The project YAML can't be displayed",
message: "The file is too large to display. Use 'Export YAML' to download it.",
confirmButton: {
handler: () => exportYaml(projectMinimal),
label: 'Export YAML'
Expand Down

0 comments on commit 174cee6

Please sign in to comment.