Skip to content

Commit

Permalink
Export branch should be Export tag in Project Navigator (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeijer committed May 24, 2024
1 parent 28c0cc2 commit ff9119c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/js/Panels/Header/ProjectNavigatorController.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ define([
items: [
{
id: 'exportTag',
label: 'Export branch',
label: 'Export tag',
iconClass: 'glyphicon glyphicon-export',
action: exportTag,
actionData: {
Expand Down

0 comments on commit ff9119c

Please sign in to comment.