Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thank you message in Surveys only in English #10564

Open
SinergiaCRM opened this issue Oct 29, 2024 · 0 comments
Open

Thank you message in Surveys only in English #10564

SinergiaCRM opened this issue Oct 29, 2024 · 0 comments
Labels
Area: Language Issues & PRs that are confirmed as issues with language & translation within the core Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Minor Function rarely used and has no impact Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type: Bug Bugs within the core SuiteCRM codebase

Comments

@SinergiaCRM
Copy link
Contributor

SinergiaCRM commented Oct 29, 2024

Issue

Completing a survey redirects you to a page where the message is in English only:
survey-thanks-text

The message displayed corresponds to modules/Surveys/Entry/Thanks.php:

<div class="container">
<div class="row well">
<div class="col-md-offset-2 col-md-8">
<h1><?= $surveyName; ?></h1>
<p>Thanks for completing this survey.</p>
</div>
</div>
</div>

The message should be displayed in the default language of the instance.

Possible Fix

  • Add text strings to languages
  • Modify the thank you page to display the translated string

Steps to Reproduce the Issue

1. Go to Surveys and create a survey with a question.
2. Send the survey and check that the message appears only in English even if you are in a different language..

Context

No response

Version

7.14.4

What browser are you currently using?

Chrome

Browser Version

No response

Environment Information

PHP 7.4

Operating System and Version

Ubuntu 22.04

@SinergiaCRM SinergiaCRM added the Type: Bug Bugs within the core SuiteCRM codebase label Oct 29, 2024
ainaraRT pushed a commit to SinergiaTIC/SinergiaCRM that referenced this issue Oct 29, 2024
@johnM2401 johnM2401 added Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Area: Language Issues & PRs that are confirmed as issues with language & translation within the core Severity: Minor Function rarely used and has no impact labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Language Issues & PRs that are confirmed as issues with language & translation within the core Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Severity: Minor Function rarely used and has no impact Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

2 participants