Skip to content

Commit

Permalink
Changing wording with team recommendatio
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMellyBee committed Apr 22, 2022
1 parent e70eb97 commit 74f6583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Error: column must be a stringSummary
Error: feature must be either categorical or textual
</p>
`)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Error: column must be a stringSummary
Error: Feature must be either categorical or textual
</p>
`)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Histogram failed. Check variables are supported.
Error: Histogram Failed. Features must be of numerical type.
</p>
`)
)
Expand Down

0 comments on commit 74f6583

Please sign in to comment.