Skip to content

Commit

Permalink
refactor(dashboard): more accurate wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bryson-g committed Dec 10, 2024
1 parent ab26175 commit 142ebd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default async function Page({ params: { ids, tenantId } }: Props) {
) : (
<div className="mt-20 w-full text-center">
<p className="text-center text-xl font-bold">No save history found.</p>
<p className="text-center text-primary/50">This user task has not been saved since it was created.</p>
<p className="text-center text-primary/50">This UserTaskRun has not been saved since it was created.</p>
</div>
)}
</div>
Expand Down

0 comments on commit 142ebd1

Please sign in to comment.