Add legal links to Help modal

This commit is contained in:
Sebastian Serth
2023-02-24 19:39:26 +01:00
parent f232ff634b
commit 5c98ec74f0
7 changed files with 41 additions and 0 deletions

View File

@ -1,4 +1,9 @@
default: &default
# The following legal URLs are displayed in the help modal of the application.
# legal:
# imprint_url: https://open.hpi.de/pages/imprint
# privacy_policy_url: https://open.hpi.de/pages/data-protection
# A public-facing host to be used for the render_file function of the SubmissionsController.
# User content will be served from this host. If not set, the default host is used (less secure!).
# render_host: codeoceanusercontent.com

View File

@ -870,6 +870,8 @@ de:
general_help: Allgemeine Hilfe
headline: Hilfe
link: Hilfe
imprint: Impressum
privacy_policy: Datenschutzerklärung
index: Index
message_failure: Leider ist ein Fehler auf unserer Plattform aufgetreten. Bitte probieren Sie es später noch einmal.
websocket_failure: Leider ist ein Verbindungsproblem aufgetreten. <a href="https://websocketstest.com" target="_blank" rel="noopener">Bitte überprüfen Sie Websocket-Verbindungen mit diesem Tool</a> und versuchen Sie es erneut.

View File

@ -870,6 +870,8 @@ en:
general_help: General Help
headline: Help
link: Help
imprint: Imprint
privacy_policy: Privacy Policy
index: Index
message_failure: 'Sorry, something went wrong.'
websocket_failure: Sorry, a connection issue occoured. <a href="https://websocketstest.com" target="_blank" rel="noopener">Please check WebSocket connections with this tool</a> and try again.