diff options
Diffstat (limited to 'lib/mail')
| -rw-r--r-- | lib/mail/templates/agreement-comment-notification.hbs | 6 | ||||
| -rw-r--r-- | lib/mail/templates/negotiation-complete-notification.hbs | 4 |
2 files changed, 5 insertions, 5 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"> diff --git a/lib/mail/templates/negotiation-complete-notification.hbs b/lib/mail/templates/negotiation-complete-notification.hbs index d82d312f..e5220a97 100644 --- a/lib/mail/templates/negotiation-complete-notification.hbs +++ b/lib/mail/templates/negotiation-complete-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> </head> <body style="margin: 0; padding: 0; font-family: 'Malgun Gothic', '맑은 고딕', Arial, sans-serif; background-color: #f4f4f4;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="background-color: #f4f4f4;"> @@ -27,7 +27,7 @@ </p> <p style="margin: 0 0 20px 0; font-size: 15px; line-height: 1.6; color: #555555;"> - <strong>{{vendorName}}</strong>와(과)의 <strong>{{templateName}}</strong> 협의가 완료되었습니다. + <strong>{{vendorName}}</strong>와(과)의 <strong>{{documentTypeLabel}}</strong> 협의가 완료되었습니다. </p> <div style="background-color: #f8f9fa; border-left: 4px solid #28a745; padding: 15px; margin: 20px 0; border-radius: 4px;"> |
