Skip to content

Commit 7dee294

Browse files
committed
frontend: update download modal title
1 parent 2e7de34 commit 7dee294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ function App() {
365365
</div>
366366

367367
{/* Modals */}
368-
<Modal show={downloadModal.show} title="Processing Payload" onClose={() => { }}>
368+
<Modal show={downloadModal.show} title="Installing Payload" onClose={() => { }}>
369369
<div className="space-y-6">
370370
<div className="flex justify-between items-end">
371371
<span className="text-ps-blue font-black uppercase italic tracking-tighter text-2xl">{downloadModal.name}</span>

0 commit comments

Comments
 (0)