Skip to content

Commit

Permalink
chore(ui): Say "the run" instead of "a run" in deletion confirmation
Browse files Browse the repository at this point in the history
This is a specific run to delete.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 30, 2024
1 parent d8fb7c9 commit 2aaaaa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const columns = [
<DeleteDialog
description={
<>
Please confirm the deletion of a run with index{' '}
Please confirm the deletion of the run with index{' '}
<span className='font-bold'>{row.original.index}</span> from
repository{' '}
<span className='font-bold'>{repository.data.url}</span>.
Expand Down

0 comments on commit 2aaaaa5

Please sign in to comment.