summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/roster-editor/src/View/MessageBoard/Error.elm')
-rw-r--r--src/roster-editor/src/View/MessageBoard/Error.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roster-editor/src/View/MessageBoard/Error.elm b/src/roster-editor/src/View/MessageBoard/Error.elm
index 797d89f..c03467a 100644
--- a/src/roster-editor/src/View/MessageBoard/Error.elm
+++ b/src/roster-editor/src/View/MessageBoard/Error.elm
@@ -24,8 +24,8 @@ get_html : (
get_html model error =
(Html.div
[
- (Html.Attributes.class "battle-message-board"),
- (Html.Attributes.class "battle-error")
+ (Html.Attributes.class "message-board"),
+ (Html.Attributes.class "error")
]
[
(Html.text (Struct.Error.to_string error))