diff --git a/app/assets/javascripts/ide/components/commit_sidebar/actions.vue b/app/assets/javascripts/ide/components/commit_sidebar/actions.vue index eb7cb9745eceac24689de30969a343cb3e140d1f..cdb37fdd4b3aa42537503d8f9f43b1957218027d 100644 --- a/app/assets/javascripts/ide/components/commit_sidebar/actions.vue +++ b/app/assets/javascripts/ide/components/commit_sidebar/actions.vue @@ -44,7 +44,7 @@ export default { commitToNewBranch: consts.COMMIT_TO_NEW_BRANCH, commitToNewBranchMR: consts.COMMIT_TO_NEW_BRANCH_MR, currentBranchPermissionsTooltip: __( - "This option is disabled as you don't have write permissions for the current branch", + 'This option is disabled as you don't have write permissions for the current branch', ), };