From 9161c799b06f0bbf6dfbcab2e73ade8d473f3120 Mon Sep 17 00:00:00 2001 From: jamesstottmoj Date: Mon, 22 Apr 2024 09:50:26 +0100 Subject: [PATCH] Made changes based on PR recommendations --- controlpanel/frontend/jinja2/reset.html | 6 +++--- controlpanel/frontend/static/components/navbar/macro.html | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/controlpanel/frontend/jinja2/reset.html b/controlpanel/frontend/jinja2/reset.html index 61eddca57..3478583ff 100644 --- a/controlpanel/frontend/jinja2/reset.html +++ b/controlpanel/frontend/jinja2/reset.html @@ -26,9 +26,9 @@

Home Directory Reset

state (for example, a broken conda environment or Jupyter and RStudio won't start).

-

Reset your home directory to restore your conda environment and shell - settings to their original state. This feature automates the - process described here.

+

This feature automates the + process described here. Make sure to save + any open files before resetting as you could lose any unsaved work.

diff --git a/controlpanel/frontend/static/components/navbar/macro.html b/controlpanel/frontend/static/components/navbar/macro.html index 21cc5f8f6..529605e21 100644 --- a/controlpanel/frontend/static/components/navbar/macro.html +++ b/controlpanel/frontend/static/components/navbar/macro.html @@ -14,7 +14,6 @@
  • {{- item.html | safe if item.html else item.text -}} - {% if item.admin %}🔧{% endif %}
  • {% endif -%}