Skip to content

Commit 420b9e0

Browse files
committed
DSpace-angular#5495 Move browse-by starts-with hint to form placeholder
1 parent 5ee108f commit 420b9e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/shared/starts-with/text/starts-with-text.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<div class="mb-3">
33
<div class="row">
44
<div class="mb-3 input-group col-sm-12 col-md-6 col-auto">
5-
<input class="form-control" [attr.aria-label]="'browse.startsWith.input' | translate" placeholder="{{'browse.search-form.placeholder' | translate}}" type="text" name="startsWith" formControlName="startsWith" [value]="getStartsWith()" />
5+
<input class="form-control" [attr.aria-label]="'browse.startsWith.input' | translate" placeholder="{{'browse.startsWith.type_text' | translate}}" type="text" name="startsWith" formControlName="startsWith" [value]="getStartsWith()" />
66
<button class="btn btn-primary" type="submit" role="button" tabindex="0"><i class="fas fa-book-open"></i> {{'browse.startsWith.submit' | translate}}</button>
77
</div>
88
</div>
9-
<small class="text-muted">{{'browse.startsWith.type_text' | translate}}</small>
109
</div>
1110
</form>

0 commit comments

Comments
 (0)