Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const RevisionBlock = ({ page, context }: IRevisionBlockProps) => {

return (
<div className="my-4 mb-6 flex flex-col gap-4 rounded-lg border border-amber-200 bg-amber-50 p-4">
<h2 className="text-md font-bold text-amber-900">Please provide following information</h2>
<h2 className="text-md font-bold text-amber-900">Please provide the following information</h2>
<p className="text-sm text-amber-800">
<span className="font-bold">Commentary</span>: {stepUnderRevision.reason}
</p>
Expand Down