diff --git a/accounts/templates/accounts/profile.html b/accounts/templates/accounts/profile.html index e06033c..200556d 100644 --- a/accounts/templates/accounts/profile.html +++ b/accounts/templates/accounts/profile.html @@ -54,8 +54,8 @@ "30초면 돼요!"
- 프로필정보를 모두 채우시면 Premium user로 업그레이드 됩니다.
- Premium user는 투표결과에 대한 상세통계까지 확인 가능합니다. + 프로필을 모두 채우시면 Premium user로 업그레이드 됩니다.
+ Premium user는 투표결과의 상세통계까지 확인 가능합니다.
{% endif %} @@ -208,7 +208,7 @@
{% if not profile.is_premium %} - 입력하신 정보는 타인에게 공개되지 않습니다.
오직 투표결과에 대한 상세통계를 위해서만 익명으로 사용됩니다.
안심하고 입력해주세요. + 입력하신 정보는 타인에게 공개되지 않습니다.
오직 투표결과에 대한 상세통계를 위해서만 익명으로 사용되니, 안심하고 입력해주세요. {% endif %}