From eb0796c83776ad2d86e56d5fd02a5ce243ec6c11 Mon Sep 17 00:00:00 2001 From: somebody1234 Date: Mon, 29 Jul 2024 18:19:51 +1000 Subject: [PATCH] Change text under profile picture input (#10694) - See https://github.com/enso-org/cloud-v2/issues/1408 - Change text under profile picture input # Important Notes None --- app/ide-desktop/common/src/text/english.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ide-desktop/common/src/text/english.json b/app/ide-desktop/common/src/text/english.json index 9f1b762c156a..4b98f0404a34 100644 --- a/app/ide-desktop/common/src/text/english.json +++ b/app/ide-desktop/common/src/text/english.json @@ -370,8 +370,8 @@ "areYouSure": "Are you sure?", "confirmDeleteUserAccountWarning": "Account deletion is reversible within 14 days. After that, your account will be permanently deleted.", "confirmDeleteUserAccountButtonLabel": "Delete user account", - "profilePictureWarning": "Your profile picture should not be irrelevant, abusive or vulgar. It should not be a default image provided by Enso.", - "organizationProfilePictureWarning": "Your organization’s profile picture should not be irrelevant, abusive or vulgar. It should not be a default image provided by Enso.", + "profilePictureWarning": "Your profile picture will be visible at the top of your Enso application, and is visible to others in your organization.", + "organizationProfilePictureWarning": "Your organization’s profile picture is visible to everyone in your organization.", "noFilesMatchTheCurrentFilters": "No files match the current filters.", "youHaveNoRecentProjects": "You have no recent projects. Switch to the \"Cloud\" or \"Local\" categories to create a project.", "youHaveNoFiles": "You have no files. Go ahead and create one using the buttons above, or open a template from the home screen.",