chore(desktop): use ellipsis character

This commit is contained in:
Anna 2020-11-17 22:55:15 -05:00
parent 1116e19dde
commit 4f4f188832
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ namespace XIVChat_Desktop {
private List<string> History { get; } = new List<string>();
public string InputPlaceholder => this.App.Connection?.Available == true ? "Send a message..." : "Chat is currently unavailable";
public string InputPlaceholder => this.App.Connection?.Available == true ? "Send a message" : "Chat is currently unavailable";
public MainWindow() {
this.InitializeComponent();