Commit d0a3f1bc authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'aa-fix-missing-comma-in-i18n-doc' into 'master'

Fix missing comma in i18n doc

See merge request gitlab-org/gitlab!23608
parents 1df4856c 0b7a15bf
......@@ -341,7 +341,7 @@ This also applies when using links in between translated sentences, otherwise th
```js
{{
sprintf(s__("ClusterIntegration|Learn more about %{linkStart}zones%{linkEnd}"), {
linkStart: '<a href="https://cloud.google.com/compute/docs/regions-zones/regions-zones" target="_blank" rel="noopener noreferrer">'
linkStart: '<a href="https://cloud.google.com/compute/docs/regions-zones/regions-zones" target="_blank" rel="noopener noreferrer">',
linkEnd: '</a>',
})
}}
......
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