Skip to content

Commit 1aa70d6

Browse files
committed
dropdown label update
1 parent 380f85e commit 1aa70d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/app/recommendations/HistoryRecommendations.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
v-on:save-single-choice="saveSingleChoice"
1010
class="inline-block ml-4"
1111
v-bind:name="'history'"
12-
v-bind:starting-option="'People I view'"
13-
v-bind:options="['People I view', 'People I like', 'Who views me', 'Who likes me', 'Whom I block']"></DropdownDisplayChoiceHistory>
12+
v-bind:starting-option="'People I viewed'"
13+
v-bind:options="['People I viewed', 'People I liked', 'Who viewed me', 'Who liked me', 'Whom I blocked']"></DropdownDisplayChoiceHistory>
1414
</div>
1515
<div class="flex w-full items-stretch sm:items-center justify-center md:justify-start mb-12 relative">
1616
<Sort

0 commit comments

Comments
 (0)