We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7de34 commit 7dee294Copy full SHA for 7dee294
1 file changed
frontend/src/App.jsx
@@ -365,7 +365,7 @@ function App() {
365
</div>
366
367
{/* Modals */}
368
- <Modal show={downloadModal.show} title="Processing Payload" onClose={() => { }}>
+ <Modal show={downloadModal.show} title="Installing Payload" onClose={() => { }}>
369
<div className="space-y-6">
370
<div className="flex justify-between items-end">
371
<span className="text-ps-blue font-black uppercase italic tracking-tighter text-2xl">{downloadModal.name}</span>
0 commit comments