Commit dd0fd0c5 authored by Baodong's avatar Baodong

Fix translation of title of ZenTao

Use namespace in the translation of the ZenTao title.

Changelog: changed
EE: true
parent 4cb55fcb
- page_title _('ZentaoIntegration|ZenTao issues')
- page_title s_('ZentaoIntegration|ZenTao issues')
- add_page_specific_style 'page_bundles/issues_list'
.js-zentao-issues-list{ data: { issues_fetch_path: project_integrations_zentao_issues_path(@project, format: :json),
......
- add_to_breadcrumbs _('ZentaoIntegration|ZenTao issues'), project_integrations_zentao_issues_path(@project)
- add_to_breadcrumbs s_('ZentaoIntegration|ZenTao issues'), project_integrations_zentao_issues_path(@project)
- breadcrumb_title zentao_issue_breadcrumb_link(@issue_json)
- page_title html_escape(@issue_json[:title])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment