UI text edits (#32524)

* Update TeamSettings.tsx

* Update navModel.ts

* Update ChangePasswordForm.tsx

* Update UserProfileEditForm.tsx

* Update DashboardImportPage.tsx

* Update uploadDashboardDirective.ts

* Update ImportDashboardForm.tsx

* Update ImportDashboardOverview.tsx

* Update validation.ts

* Update PlaylistEditPage.tsx

* ui text edits

* text edits

* Update buildCategories.ts

* text edits

* text edits

* Fix formatting

* Update test snapshots

Co-authored-by: dsotirakis <sotirakis.dim@gmail.com>
This commit is contained in:
Diana Payton
2021-03-31 16:07:37 -07:00
committed by GitHub
parent dc791c4121
commit 1399b49c16
31 changed files with 56 additions and 56 deletions

View File

@@ -98,7 +98,7 @@ export const testDataSource = (
let message = '';
if (err.statusText) {
message = 'HTTP Error ' + err.statusText;
message = 'HTTP error ' + err.statusText;
} else {
message = err.message;
}