Update language. Resolve loading reports error.

This commit is contained in:
Brian Cao 2023-08-14 10:39:24 -07:00
parent 743e7c0477
commit 5168cf2a1b
5 changed files with 14 additions and 20 deletions

View file

@ -68,7 +68,7 @@ export function WebsitesList({ showTeam, showHeader = true, includeTeams, onlyTe
/>
)}
{!hasData && (
<EmptyPlaceholder message={formatMessage(messages.noWebsitesConfigured)}>
<EmptyPlaceholder message={formatMessage(messages.noDataAvailable)}>
{addButton}
</EmptyPlaceholder>
)}