mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
💄 Git - use double quotation mark in the action button tooltip (#171161)
This commit is contained in:
@@ -178,7 +178,7 @@ export class CommitCommandsCenter {
|
||||
let tooltip = alwaysCommitToNewBranch ?
|
||||
l10n.t('Commit Changes to New Branch') :
|
||||
branch ?
|
||||
l10n.t('Commit Changes on \'{0}\'', branch) :
|
||||
l10n.t('Commit Changes on "{0}"', branch) :
|
||||
l10n.t('Commit Changes');
|
||||
|
||||
// Tooltip (in progress)
|
||||
|
||||
Reference in New Issue
Block a user