translation: team -> workspace

This commit is contained in:
Tom Moor
2023-10-18 08:32:43 -04:00
parent 89694a561f
commit d536fa9939
9 changed files with 26 additions and 23 deletions

View File

@@ -121,11 +121,11 @@ class ErrorBoundary extends React.Component<Props> {
<Button onClick={this.handleReload}>{t("Reload")}</Button>{" "}
{this.showDetails ? (
<Button onClick={this.handleReportBug} neutral>
<Trans>Report a Bug</Trans>
<Trans>Report a bug</Trans>
</Button>
) : (
<Button onClick={this.handleShowDetails} neutral>
<Trans>Show Detail</Trans>
<Trans>Show detail</Trans>
</Button>
)}
</p>