Skip to content

Commit

Permalink
refactor: translate
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Sep 8, 2021
1 parent c107c21 commit 9e94aff
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified src/web/DevStore.WebApp.MVC/Views/Order/DeliveryAddress.cshtml
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Views/Order/MyOrders.cshtml
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Views/Order/Payment.cshtml
Binary file not shown.
Binary file modified src/web/DevStore.WebApp.MVC/Views/Order/_FinanceSummary.cshtml
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/web/DevStore.WebApp.MVC/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="col-lg-5 col-sm-12">
<form method="get" asp-controller="Catalog" asp-action="Index" class="search">
<div class="input-group w-100">
<input type="text" id="q" name="q" class="form-control" value="@ViewBag.Pesquisa" placeholder="What you are looking for?">
<input type="text" id="q" name="q" class="form-control" value="@ViewBag.Search" placeholder="What you are looking for?">
<div class="input-group-append">
<button class="btn btn-primary" type="submit">
<i class="fa fa-search"></i>
Expand Down

0 comments on commit 9e94aff

Please sign in to comment.