diff --git a/bayer/templates/modals/collections/new_pes_modal.html b/bayer/templates/modals/collections/new_pes_modal.html
index 1ebbdc34..2d1b75d9 100644
--- a/bayer/templates/modals/collections/new_pes_modal.html
+++ b/bayer/templates/modals/collections/new_pes_modal.html
@@ -36,8 +36,8 @@
img.onerror = () => {
this.pesVizHtml = `
-
Could not render PES!
-
Could not render PES - Do you have access?
+
Failed to fetch this PES!
+
Either the PES-ID is incorrect, or you're missing sufficient permissions to access this (potentially secret) item. In case you're missing permissions you can request the entitlement cs.u.enviPath_secret_data_user_group on go/idnow to gain access.
`;
};
},
diff --git a/templates/index/index.html b/templates/index/index.html
index cd651032..7e033567 100644
--- a/templates/index/index.html
+++ b/templates/index/index.html
@@ -185,19 +185,18 @@
- Prediction will be stored in
+ Prediction will be stored in Package
{{ meta.current_package.name|safe }}{{ meta.current_package.name|safe }}
{% if meta.user.default_setting %}
using setting
{{ meta.user.default_setting.name|safe }}{{ meta.user.default_setting.name|safe }}
{% endif %}
-
To use a different setting click
-
here
+
here
{% endif %}
@@ -222,23 +221,22 @@
>
Predict!
- {% if meta.current_package %}
+ {% if meta.current_package %}
- Prediction will be stored in
+ Prediction will be stored in Package
{{ meta.current_package.name|safe }}{{ meta.current_package.name|safe }}
{% if meta.user.default_setting %}
using setting
{{ meta.user.default_setting.name|safe }}{{ meta.user.default_setting.name|safe }}
{% endif %}
-
To use a different setting click
-
here
+
here
{% endif %}
diff --git a/templates/modals/objects/edit_user_modal.html b/templates/modals/objects/edit_user_modal.html
index 03ce0f2a..8457cba9 100644
--- a/templates/modals/objects/edit_user_modal.html
+++ b/templates/modals/objects/edit_user_modal.html
@@ -31,6 +31,7 @@
{% csrf_token %}