X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FProjects%2FDelete.cshtml;h=91688dd56d940ead48f0b258f73091d0d6f65436;hb=ebce2754ea0c114789c3f5ff6494ba390f2492ab;hp=50c66da767bbfe1744d5b5e1162ff6725adbad58;hpb=4a18d9cd9ac69fd85e12ff583235537f90561efd;p=wsti_pai.git diff --git a/Projects/Views/Projects/Delete.cshtml b/Projects/Views/Projects/Delete.cshtml index 50c66da..91688dd 100644 --- a/Projects/Views/Projects/Delete.cshtml +++ b/Projects/Views/Projects/Delete.cshtml @@ -1,14 +1,14 @@ @model Projects.Models.Project @{ - ViewBag.Title = "Delete"; + ViewBag.Title = "Usunięcie projektu"; } -

Delete

+

@ViewBag.Title

-

Are you sure you want to delete this?

+

Czy na pewno chcesz to usunąć?

-

Project

+

Projekt


@@ -57,8 +57,8 @@ @Html.AntiForgeryToken()
- | - @Html.ActionLink("Back to List", "Index") + | + @Html.ActionLink("Powrót do listy", "Index")
}