Fix typos

Copypasta, I imagine.

Change-Id: Id4aea2ea3111e2ee150334dfdeef6b7772b8e22d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2019-03-28 10:31:36 +00:00
parent 33fb2dbdd3
commit 87bd7b005b
2 changed files with 4 additions and 4 deletions

View File

@ -122,8 +122,8 @@ class BuildsPage extends TableFilters {
this.filterTypes.push({
id: 'uuid',
title: 'Build',
palceholder: 'Filter by Build UUID',
fileterType: 'text',
placeholder: 'Filter by Build UUID',
filterType: 'text',
})
}

View File

@ -109,8 +109,8 @@ class BuildsetsPage extends TableFilters {
this.filterTypes.push({
id: 'uuid',
title: 'Buildset',
palceholder: 'Filter by Buildset UUID',
fileterType: 'text',
placeholder: 'Filter by Buildset UUID',
filterType: 'text',
})
}