Skip to content

Commit

Permalink
minor changes to wording
Browse files Browse the repository at this point in the history
  • Loading branch information
banders committed Oct 10, 2024
1 parent ece9604 commit e2606fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin-frontend/src/components/EmployersPage.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-row dense class="mt-0 w-100 mb-4">
<v-col sm="12" md="7" lg="6" xl="4" class="d-flex flex-column justify-end">
<h3 class="mb-2">Search employer</h3>
<h3 class="mb-2">Search Employer</h3>
<v-text-field
v-model="searchText"
prepend-inner-icon="mdi-magnify"
Expand Down Expand Up @@ -151,7 +151,7 @@ const headers = ref<any>([
key: 'company_name',
},
{
title: 'Date of First Log On',
title: 'Date of First Log In',
align: 'start',
sortable: true,
key: 'create_date',
Expand Down

0 comments on commit e2606fd

Please sign in to comment.