feat(SearchableJSONViewer): cover no result case

This commit is contained in:
Rıdvan Akca
2023-03-10 17:58:06 +03:00
parent 3e0149c058
commit aebfcc38dd
2 changed files with 20 additions and 8 deletions

View File

@@ -138,5 +138,6 @@
"resetPasswordForm.confirmPasswordFieldLabel": "Confirm password",
"resetPasswordForm.passwordUpdated": "The password has been updated. Now, you can login.",
"usageAlert.informationText": "Tasks: {consumedTaskCount}/{allowedTaskCount} (Resets {relativeResetDate})",
"usageAlert.viewPlans": "View plans"
}
"usageAlert.viewPlans": "View plans",
"jsonViewer.noDataFound": "We couldn't find anything matching your search"
}