Skip to content

Commit

Permalink
Update JHelioviewer not open text
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Oct 31, 2023
1 parent 0843ce5 commit aa3ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Media/VideoPlayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function JHelioviewerButton({ movie }) {
);
}

let noJhvText = "JHV is not open";
let noJhvText = "JHelioviewer not open";
let openText = "Open In JHelioviewer";
let sentText = "Sent!";
let [ready, setReadyState] = useState(false);
Expand Down

0 comments on commit aa3ab28

Please sign in to comment.