mirror of
https://github.com/directus/directus.git
synced 2026-02-01 01:45:27 -05:00
clean up m2a dropdown
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user