We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b858b commit 3279a1bCopy full SHA for 3279a1b
1 file changed
script/update_original.py
@@ -28,7 +28,7 @@ def create_commit_title(commit):
28
29
30
def create_pr_title(commit):
31
- return '['+commit['label']+'] 변역 요청 💬'
+ return '['+commit['label']+'] 번역 요청 💬'
32
33
34
def create_pr_body():
0 commit comments