use single quotes

This commit is contained in:
Phil Hughes 2018-06-27 15:50:10 +00:00
parent 53ccf9389e
commit fbca6825c2
1 changed files with 1 additions and 1 deletions

View File

@ -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',
),
};
</script>