chore(desktop): use ellipsis character

This commit is contained in:
Anna 2020-11-17 22:55:15 -05:00
parent 61eded1fd2
commit 24b2c53c36
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

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();