Commit e68a508e authored by Luke Duncalfe's avatar Luke Duncalfe

Merge branch 'fix/zentao_spelling2' into 'master'

Fix translation of title of ZenTao

See merge request gitlab-org/gitlab!72960
parents 7947ae8f dd0fd0c5
- 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