Skip to content

Commit

Permalink
Fix bugs. (openedx#2155)
Browse files Browse the repository at this point in the history
* Fix style. openedx#2139

* Fix po. openedx#2153
  • Loading branch information
kawaguchi-ks authored and yokose-ks committed Sep 20, 2017
1 parent 535fb0c commit 982331b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion biz/templates/ga_contract_operation/reminder_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</script>
<style>
.content-wrapper {
min-height: 750px;
min-height: 1000px;
}
.operation {
font-size: 1rem;
Expand Down
10 changes: 5 additions & 5 deletions ga/conf/locale/ja_JP/LC_MESSAGES/biz.po
Original file line number Diff line number Diff line change
Expand Up @@ -686,15 +686,15 @@ msgstr "メール本文を入力してください。"

#: biz/djangoapps/ga_contract_operation/views.py
msgid "Please save the template e-mail before sending."
msgstr "メール送信前にメールテンプレートを保存してください。"
msgstr "メール送信前に保存してください。"

#: biz/djangoapps/ga_contract_operation/views.py
msgid "Successfully to save the template e-mail."
msgstr "メールテンプレートの保存が完了しました。"
msgstr "保存が完了しました。"

#: biz/djangoapps/ga_contract_operation/views.py
msgid "Failed to save the template e-mail."
msgstr "メールテンプレートの保存に失敗しました。"
msgstr "保存に失敗しました。"

#: biz/djangoapps/ga_contract_operation/views.py
msgid "Successfully to send the test e-mail."
Expand Down Expand Up @@ -920,7 +920,7 @@ msgstr "メール本文:"

#: biz/templates/ga_contract_operation/mail.html
msgid "Save the template e-mail"
msgstr "テンプレート保存"
msgstr "保存"

#: biz/templates/ga_contract_operation/mail.html
msgid "Send the test e-mail"
Expand All @@ -932,7 +932,7 @@ msgstr "テストメールはあなた宛てに送信します。"

#: biz/templates/ga_contract_operation/mail.html
msgid "The template e-mail will be saved, overwriting the original e-mail. Is it OK?"
msgstr "メールテンプレートを上書き保存します、よろしいですか。"
msgstr "上書き保存します、よろしいですか。"

#: biz/templates/ga_contract_operation/mail.html
msgid ""
Expand Down

0 comments on commit 982331b

Please sign in to comment.