Skip to content

Commit 542b3ee

Browse files
committed
Add sentence end charcter
1 parent d6a2efe commit 542b3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ pulls.update_not_allowed = You are not allowed to update branch
12961296
pulls.outdated_with_base_branch = This branch is out-of-date with the base branch
12971297
pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
12981298
pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1299-
pulls.merge_instruction_hint = `You can also view <a class="show-instruction">command line instructions</a>`
1299+
pulls.merge_instruction_hint = `You can also view <a class="show-instruction">command line instructions</a>.`
13001300
pulls.merge_instruction_step1 = Step 1:
13011301
pulls.merge_instruction_step1_desc = From your project repository, check out a new branch and test the changes.
13021302
pulls.merge_instruction_step2 = Step 2:

0 commit comments

Comments
 (0)