diff --git a/src/views/foca-modal-nota-pedido.html b/src/views/foca-modal-nota-pedido.html
index a00661b..5b235ae 100644
--- a/src/views/foca-modal-nota-pedido.html
+++ b/src/views/foca-modal-nota-pedido.html
@@ -9,7 +9,7 @@
type="text"
class="form-control form-control-sm"
id="search"
- placeholder="Razón social"
+ placeholder="Cliente"
ng-model="filters"
ng-change="search()"
ng-keydown="busquedaDown($event.keyCode)"