Skip to content

Commit

Permalink
[CHORE] #81 : 설문 String Resource 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 5, 2024
1 parent 124f76b commit fc2bba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions feature/survey/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<string name="survey_answer">설문 응답</string>
<string name="text_counter_content">/10자 이상</string>
<string name="alreay_submitted_description">이미 작성한 설문입니다.</string>
<string name="go_to_signin">로그인 하러가기</string>
<string name="survey_guset_title">앗 회원이 아니시네요 !</string>
<string name="survey_guest_content">회원만 설문을 작성할 수 있어요.</string>
<string name="guest_dialog_button_text">비회원으로 둘러보기</string>
</resources>

0 comments on commit fc2bba2

Please sign in to comment.