diff --git a/scm-ui/ui-webapp/public/locales/de/repos.json b/scm-ui/ui-webapp/public/locales/de/repos.json index e19307b65c..882f63a7e6 100644 --- a/scm-ui/ui-webapp/public/locales/de/repos.json +++ b/scm-ui/ui-webapp/public/locales/de/repos.json @@ -125,6 +125,7 @@ "content": { "historyButton": "History", "sourcesButton": "Sources", + "annotateButton": "Annotate", "downloadButton": "Download", "toggleButton": { "showMarkdown": "Markdown rendern", diff --git a/scm-ui/ui-webapp/public/locales/en/repos.json b/scm-ui/ui-webapp/public/locales/en/repos.json index 97d202dfed..7102cff33a 100644 --- a/scm-ui/ui-webapp/public/locales/en/repos.json +++ b/scm-ui/ui-webapp/public/locales/en/repos.json @@ -125,6 +125,7 @@ "content": { "historyButton": "History", "sourcesButton": "Sources", + "annotateButton": "Annotate", "downloadButton": "Download", "toggleButton": { "showMarkdown": "Render markdown",