Skip to content

Commit

Permalink
Fix placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxvd committed Sep 9, 2024
1 parent 1b6be72 commit a13a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h1 class="page-header">
<div class="form-group">
<label for="autoTranslateNomenclatures-id">Record ID</label>
<input type="number" class="form-control" id="autoTranslateNomenclatures-id"
placeholder="all without location"
placeholder="all with missing local values"
ng-model="autoTranslateNomenclatures.id">
</div>
<div class="form-group">
Expand Down

0 comments on commit a13a491

Please sign in to comment.