diff --git a/templates/generic/base_manage.html b/templates/generic/base_manage.html
index ff0c777d..dc5cf9e8 100644
--- a/templates/generic/base_manage.html
+++ b/templates/generic/base_manage.html
@@ -28,14 +28,14 @@
{% if type_length == 0 %}
- You have no {{ type_name }}. Wii no Ma will break. Please add some {{ type_name }}.
+ You have no {{ type_name }}. Wii Room (Wiiの間) will break. Please add some {{ type_name }}.
{% elif type_length == 1 %}
There is currently 1 {{ self.type_name_singular() }}.
{% elif type_length >= type_max_count %}
There are currently {{ type_length }} {{ type_name }}.
- Wii no Ma can only handle up to {{ type_max_count }}.
+ Wii Room (Wiiの間) can only handle up to {{ type_max_count }}.
Please remove some {{ type_name }}.
{% else %}