fix typo on UI of commit with new branch (#2594)

This commit is contained in:
onukura
2020-11-09 22:17:27 +09:00
committed by GitHub
parent e27623ca29
commit 995cb86e90
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
<div class="col-md-12"> <div class="col-md-12">
<label class="radio"> <label class="radio">
<input type="radio" id="newBranch" name="newBranch" value="false" checked> <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>
<label class="radio"> <label class="radio">
<input type="radio" id="newBranch" name="newBranch" value="true"> <input type="radio" id="newBranch" name="newBranch" value="true">

View File

@@ -104,7 +104,7 @@
<div class="col-md-12"> <div class="col-md-12">
<label class="radio"> <label class="radio">
<input type="radio" id="newBranch" name="newBranch" value="false" checked> <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>
<label class="radio"> <label class="radio">
<input type="radio" id="newBranch" name="newBranch" value="true"> <input type="radio" id="newBranch" name="newBranch" value="true">

View File

@@ -42,7 +42,7 @@
<div class="col-md-12"> <div class="col-md-12">
<label class="radio"> <label class="radio">
<input type="radio" id="newBranch" name="newBranch" value="false" checked> <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>
<label class="radio"> <label class="radio">
<input type="radio" id="newBranch" name="newBranch" value="true"> <input type="radio" id="newBranch" name="newBranch" value="true">