small update

This commit is contained in:
potzplitz 2024-03-22 20:34:01 +01:00
parent f210f17fb1
commit bcf0e75db1

View file

@ -31,7 +31,7 @@ public class VerifyInfo {
private VerifyInfo() {
frame = new JFrame("Mehr Infos");
ytthumbnail = new JLabel();
playsong = new Button("Song abspielen");
playsong = new Button("Songpreview abspielen");
playsong.setBounds(90, 200, 200 ,30);