specificated no sources/changesets found notification considering branches

This commit is contained in:
Florian Scholdei
2019-04-09 15:33:47 +02:00
parent 4a6fd9721f
commit e7bc027320
2 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@
"changesets": {
"errorTitle": "Fehler",
"errorSubtitle": "Changesets konnten nicht abgerufen werden",
"noChangesets": "Keine Changesets gefunden.",
"noChangesets": "Keine Changesets in diesem Branch gefunden.",
"branchSelectorLabel": "Branches"
},
"changeset": {
@@ -109,7 +109,7 @@
"description": "Beschreibung",
"size": "Größe"
},
"noSources": "Keine Sources gefunden."
"noSources": "Keine Sources in diesem Branch gefunden."
},
"permission": {
"title": "Berechtigungen bearbeiten",

View File

@@ -69,7 +69,7 @@
"changesets": {
"errorTitle": "Error",
"errorSubtitle": "Could not fetch changesets",
"noChangesets": "No changesets found.",
"noChangesets": "No changesets matching this branch found.",
"branchSelectorLabel": "Branches"
},
"changeset": {
@@ -109,7 +109,7 @@
"description": "Description",
"size": "Size"
},
"noSources": "No sources found."
"noSources": "No sources matching this branch found."
},
"permission": {
"title": "Edit Permissions",