From 3c7bfa93380074ce4d866196b340cdbe0f294db2 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sun, 29 Oct 2017 20:22:00 -0400 Subject: Changed the invalid data format error message. --- app/controllers/statics_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/statics_controller.rb b/app/controllers/statics_controller.rb index 0809dbc..aaaf5b4 100644 --- a/app/controllers/statics_controller.rb +++ b/app/controllers/statics_controller.rb @@ -34,7 +34,7 @@ class StaticsController < ApplicationController end @count = @players.count else - flash.now[:alert] = "The server is using an incompatible data format. Please report this error!" + flash.now[:alert] = "The server is using an incompatible data format. We are aware of this issue and are most likely already working on it." end @players.sort_by!(&:role).reverse! end -- cgit v1.2.3