summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-10-29 20:22:00 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2017-10-29 20:22:00 -0400
commit3c7bfa93380074ce4d866196b340cdbe0f294db2 (patch)
tree709bb05d9e05c43cd926b1fe50ac750e08b4dbd9
parent2d9fdcd802b32dd17168a9317977fc7dfa30257b (diff)
Changed the invalid data format error message.
-rw-r--r--app/controllers/statics_controller.rb2
1 files changed, 1 insertions, 1 deletions
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