Skip to content

Commit

Permalink
Merge pull request #168 from /issues/167
Browse files Browse the repository at this point in the history
Adjust delete rating confirmation text
  • Loading branch information
Maxiboy441 authored Sep 23, 2024
2 parents e8e2296 + 4709e33 commit fe3ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Project/Views/Shared/_RatingListComponent.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@await Html.PartialAsync("_DeleteConfirmationModal", Tuple.Create(
rating.Movie_id,
"/content/@Model.Movie.Id/delete-rating",
"Are you sure you want to delete your review?",
"Are you sure you want to delete your rating?",
"X",
Tuple.Create("btn-danger", "delete-confirmation-btn"),
"rating"))
Expand Down

0 comments on commit fe3ae3e

Please sign in to comment.