diff --git a/XIVChat Desktop/MainWindow.xaml.cs b/XIVChat Desktop/MainWindow.xaml.cs index 3898fb5..2c45dc3 100644 --- a/XIVChat Desktop/MainWindow.xaml.cs +++ b/XIVChat Desktop/MainWindow.xaml.cs @@ -93,7 +93,7 @@ namespace XIVChat_Desktop { private List History { get; } = new List(); - 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();