We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa7b1ab + f4c4e36 commit a35a1b8Copy full SHA for a35a1b8
1 file changed
ui/src/main/java/edu/wpi/grip/ui/preview/SocketPreviewView.java
@@ -31,7 +31,7 @@ private String getTitle() {
31
String title = "";
32
33
if (this.socket.getStep().isPresent()) {
34
- title += this.socket.getStep().get().getOperation().getName() + " → ";
+ title += this.socket.getStep().get().getOperation().getName() + " -> ";
35
}
36
37
title += this.socket.getSocketHint().getIdentifier();
0 commit comments