diff options
Diffstat (limited to 'lib/mail/templates/agreement-comment-notification.hbs')
| -rw-r--r-- | lib/mail/templates/agreement-comment-notification.hbs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mail/templates/agreement-comment-notification.hbs b/lib/mail/templates/agreement-comment-notification.hbs index 67ccbdd4..9732af6c 100644 --- a/lib/mail/templates/agreement-comment-notification.hbs +++ b/lib/mail/templates/agreement-comment-notification.hbs @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>GTC 기본계약서 협의 코멘트 알림</title> + <title>{{documentTypeLabel}} 협의 코멘트 알림</title> <style> body { font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; @@ -99,7 +99,7 @@ <body> <div class="container"> <div class="header"> - <h1>📝 GTC 기본계약서 협의 알림</h1> + <h1>📝 {{documentTypeLabel}} 협의 알림</h1> </div> <div class="content"> @@ -107,7 +107,7 @@ <p> <strong class="highlight">{{authorType}}</strong>의 <strong>{{authorName}}</strong>님이 - GTC 기본계약서에 새로운 협의 코멘트를 작성했습니다. + {{documentTypeLabel}}에 새로운 협의 코멘트를 작성했습니다. </p> <div class="info-box"> |
