From ff098478534d699be5b8056a6de1f8c02080df57 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Thu, 18 Jun 2020 10:38:30 +0200 Subject: [PATCH] add missing translation --- scm-ui/ui-webapp/public/locales/de/repos.json | 1 + scm-ui/ui-webapp/public/locales/en/repos.json | 1 + 2 files changed, 2 insertions(+) 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",