mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
fix typo on UI of commit with new branch (#2594)
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<div class="col-md-12">
|
||||
<label class="radio">
|
||||
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
||||
<i class='octicon octicon-git-commit'></i><span>Commit directory to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||
<i class='octicon octicon-git-commit'></i><span>Commit directly to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||
</label>
|
||||
<label class="radio">
|
||||
<input type="radio" id="newBranch" name="newBranch" value="true">
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<div class="col-md-12">
|
||||
<label class="radio">
|
||||
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
||||
<i class='octicon octicon-git-commit'></i><span>Commit directory to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||
<i class='octicon octicon-git-commit'></i><span>Commit directly to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||
</label>
|
||||
<label class="radio">
|
||||
<input type="radio" id="newBranch" name="newBranch" value="true">
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<div class="col-md-12">
|
||||
<label class="radio">
|
||||
<input type="radio" id="newBranch" name="newBranch" value="false" checked>
|
||||
<i class='octicon octicon-git-commit'></i><span>Commit directory to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||
<i class='octicon octicon-git-commit'></i><span>Commit directly to the <strong style="background-color: lightblue; font-family: Consolas">@branch</strong> branch.</span>
|
||||
</label>
|
||||
<label class="radio">
|
||||
<input type="radio" id="newBranch" name="newBranch" value="true">
|
||||
|
||||
Reference in New Issue
Block a user