clean up m2a dropdown

This commit is contained in:
Ben Haynes
2021-01-12 14:38:09 -05:00
parent 4261d88499
commit 3c7be941bd
2 changed files with 2 additions and 3 deletions

View File

@@ -56,7 +56,7 @@
>
<v-list-item-icon><v-icon :name="collection.icon" /></v-list-item-icon>
<v-list-item-text>
{{ $t('from_collection', { collection: collection.name }) }}
{{ collection.name }}
</v-list-item-text>
</v-list-item>
</v-list>
@@ -77,7 +77,7 @@
>
<v-list-item-icon><v-icon :name="collection.icon" /></v-list-item-icon>
<v-list-item-text>
{{ $t('from_collection', { collection: collection.name }) }}
{{ collection.name }}
</v-list-item-text>
</v-list-item>
</v-list>

View File

@@ -613,7 +613,6 @@ page_help_users_item: >-
other users.
activity_feed: Activity Feed
add_new: Add New
from_collection: 'From “{collection}” Collection'
create_new: Create New
all: All
none: None