Skip to content

Commit ee8e2b4

Browse files
committed
Rename Mounted Collection Edit link to List
References statamic/ideas#1482
1 parent d167065 commit ee8e2b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/structures/Branch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<div>
4040
<Link :href="page.collection.create_url" v-text="__('Add')" class="hover:text-ui-accent-text" />
4141
<span class="mx-1 text-gray-400 dark:text-gray-500">/</span>
42-
<Link :href="page.collection.edit_url" v-text="__('Edit')" class="hover:text-ui-accent-text" />
42+
<Link :href="page.collection.edit_url" v-text="__('List')" class="hover:text-ui-accent-text" />
4343
</div>
4444
</div>
4545
</div>

0 commit comments

Comments
 (0)