refactor: improve design of no integrations found (#1543)

* refactor: improve design of no integrations found

* fix: deepsource issue
This commit is contained in:
Meier Lukas
2024-11-25 17:31:14 +01:00
committed by GitHub
parent b68977c52c
commit 7e349bb04b
5 changed files with 55 additions and 28 deletions

View File

@@ -388,7 +388,7 @@
"list": {
"title": "Apps",
"noResults": {
"title": "There aren't any apps",
"title": "There are no apps yet",
"action": "Create your first app"
}
},
@@ -456,7 +456,9 @@
"list": {
"title": "Integrations",
"search": "Search integrations",
"empty": "No integrations found"
"noResults": {
"title": "There are no integrations yet"
}
},
"create": {
"title": "New {name} integration",
@@ -2676,7 +2678,7 @@
"list": {
"title": "Search engines",
"noResults": {
"title": "There aren't any search engines",
"title": "There are no search engines yet",
"action": "Create your first search engine"
},
"interactive": "Interactive, uses an integration"