Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Nov 11, 2024
1 parent 12f9c7d commit 4633b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
return this.$tr('up');
},
moveDownLabel() {
return this.$tr('down'); // Corrected typo here
return this.$tr('down');
},
},
$trs: {
Expand Down

0 comments on commit 4633b30

Please sign in to comment.