From eb005d1223f1b53f8ab6804c18eeedfe127fee68 Mon Sep 17 00:00:00 2001 From: NecroNova <137644876+NecroNovaVGitHub@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:44:53 -0500 Subject: [PATCH] Update base_manage.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Taking a shot in the dark with this, this update changes the name from "Wii no Ma" to "Wii Room (Wiiの間)" --- templates/generic/base_manage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}