💄 Git - use double quotation mark in the action button tooltip (#171161)

This commit is contained in:
Ladislau Szomoru
2023-01-12 14:10:49 +01:00
committed by GitHub
parent e2cfd9b560
commit 05baad392b
2 changed files with 3 additions and 3 deletions

View File

@@ -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)