From 7611391f9f2cf431665be6d7ea36ed13b6c96df8 Mon Sep 17 00:00:00 2001
From: Dennis Schubert <mail@dennis-schubert.de>
Date: Sat, 5 Mar 2022 03:51:25 +0100
Subject: [PATCH] Don't suggest to retry exports on failure.

closes #8343
---
 Changelog.md                   | 1 +
 config/locales/diaspora/en.yml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Changelog.md b/Changelog.md
index dadde7b511..be4243bbc6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
 ## Refactor
 
 ## Bug fixes
+* Don't suggest to retry exports on failure [#8343](https://github.com/diaspora/diaspora/pull/8343)
 
 ## Features
 
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 4558214f90..c9ffd03b33 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -814,7 +814,7 @@ en:
         Hello %{name}
 
         We’ve encountered an issue while processing your personal data for download.
-        Please try again!
+        If this issue persists, please contact your podmin for help.
 
         Sorry,
 
@@ -835,7 +835,7 @@ en:
         Hello %{name}
 
         We’ve encountered an issue while processing your photos for download.
-        Please try again!
+        If this issue persists, please contact your podmin for help.
 
         Sorry,
 
-- 
GitLab