diff --git a/dashmachine/templates/main/home.html b/dashmachine/templates/main/home.html index 4d82aea..b6fc1d1 100644 --- a/dashmachine/templates/main/home.html +++ b/dashmachine/templates/main/home.html @@ -31,11 +31,11 @@ {% if current_user.role == "admin" %} {% if settings.home_view_mode == "list" %} - apps + apps {% else %} - list + list {% endif %} {% endif %}