From 49775bc6316bb92f97f7ed6ed59552f5dafd11eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 10 Apr 2019 10:46:49 +0200 Subject: [PATCH] Change texts --- scm-ui/public/locales/en/repos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm-ui/public/locales/en/repos.json b/scm-ui/public/locales/en/repos.json index 45452ae257..0d59b88819 100644 --- a/scm-ui/public/locales/en/repos.json +++ b/scm-ui/public/locales/en/repos.json @@ -69,7 +69,7 @@ "changesets": { "errorTitle": "Error", "errorSubtitle": "Could not fetch changesets", - "noChangesets": "No changesets matching this branch found.", + "noChangesets": "No changesets found for this branch.", "branchSelectorLabel": "Branches" }, "changeset": { @@ -109,7 +109,7 @@ "description": "Description", "size": "Size" }, - "noSources": "No sources matching this branch found." + "noSources": "No sources found for this branch." }, "permission": { "title": "Edit Permissions",