restore double quotes

This commit is contained in:
Phil Hughes 2018-06-27 16:03:38 +00:00
parent fbca6825c2
commit 2635a691ed
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>