Skip to content

Commit

Permalink
Update UploadsFolder.html with path from setup.typoscript
Browse files Browse the repository at this point in the history
  • Loading branch information
honsa authored Jul 12, 2024
1 parent f53c8b3 commit 19d9850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Partials/Module/CheckBe/UploadsFolder.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h4 class="message-header">
</div>
<div class="message-body">
<p>
<f:translate key="BackendCheckUploadsFolderCorrect" />
<f:translate key="BackendCheckUploadsFolderCorrect" /> ({vh:be.uploadsFolderPath()})
</p>
</div>
</div>
Expand All @@ -22,7 +22,7 @@ <h4 class="message-header">
</h4>
<div class="message-body">
<p>
<f:translate key="BackendCheckUploadsFolderFailed" />
<f:translate key="BackendCheckUploadsFolderFailed" /> ({vh:be.uploadsFolderPath()})
</p>
<f:form action="fixUploadFolder">
<input type="submit" value="{f:translate(key:'BackendCheckTryToFix', default:'Solve problem')}" />
Expand Down

0 comments on commit 19d9850

Please sign in to comment.