Skip to content

Commit a7736e2

Browse files
author
DJP
authored
Make copy consistent for all deprecated columns
1 parent dc467d0 commit a7736e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/REPL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const REPL: React.VFC<ColumnDefinition<any>> = props => {
4141
{deprecated ? (
4242
<div className="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-4" role="alert">
4343
<p className="font-bold">Deprecated Column</p>
44-
<p className="my-2">This column has been deprecated. The feature will continue to work in apps that are currently using it, but new uses of the column are not supported. New apps are also unable to add this column.</p>
44+
<p className="my-2">This column has been deprecated. The feature will continue to work in apps that are currently using it, but new apps will be unable to add this column.</p>
4545
</div>
4646
) : null}
4747
<div className="space-y-6">

0 commit comments

Comments
 (0)