There was an error while loading. Please reload this page.
1 parent d167065 commit ee8e2b4Copy full SHA for ee8e2b4
1 file changed
resources/js/components/structures/Branch.vue
@@ -39,7 +39,7 @@
39
<div>
40
<Link :href="page.collection.create_url" v-text="__('Add')" class="hover:text-ui-accent-text" />
41
<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" />
+ <Link :href="page.collection.edit_url" v-text="__('List')" class="hover:text-ui-accent-text" />
43
</div>
44
45
0 commit comments