We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb09db5 + c8bf82c commit db543f4Copy full SHA for db543f4
1 file changed
resources/js/components/navigation/View.vue
@@ -124,7 +124,7 @@
124
125
<template v-if="canEdit" #branch-options="{ branch, removeBranch, stat, depth }">
126
<DropdownItem v-if="isEntryBranch(stat)" :text="__('Edit Entry')" :href="branch.edit_url" />
127
- <DropdownItem :text="__('Edit nav item')" @click="editPage(branch)" />
+ <DropdownItem :text="__('Edit Nav item')" @click="editPage(branch)" />
128
<DropdownItem v-if="depth < maxDepth" :text="__('Add child nav item')" @click="linkPage(stat)" />
129
<DropdownItem
130
v-if="depth < maxDepth && hasCollections"
0 commit comments