Skip to content

Commit fe3b20f

Browse files
[5.x] Fix casing of "Edit Nav item" dropdown item (#12387)
1 parent 74628a3 commit fe3b20f

File tree

1 file changed

+1
-1
lines changed
  • resources/js/components/navigation

1 file changed

+1
-1
lines changed

resources/js/components/navigation/View.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
:text="__('Edit Entry')"
110110
:redirect="branch.edit_url" />
111111
<dropdown-item
112-
:text="__('Edit Nav item')"
112+
:text="__('Edit Nav Item')"
113113
@click="editPage(branch, vm, vm.store)" />
114114
<dropdown-item
115115
v-if="depth < maxDepth"

0 commit comments

Comments
 (0)