Skip to content

Commit

Permalink
Add copyright for image
Browse files Browse the repository at this point in the history
  • Loading branch information
paul2126 committed Jan 1, 2024
1 parent e6be6d8 commit 683c2b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ fun Copyright(
text = stringResource(R.string.copyright),
style = MaterialTheme.typography.bodyMedium
)

Spacer(modifier = modifier.height(20.dp))

Text(
text = stringResource(R.string.bird_img_copyright),
style = MaterialTheme.typography.bodyMedium
)
}
}
}
1 change: 1 addition & 0 deletions frontend/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<!-- Copyright Info -->
<string name="copyright_info">저작권 정보</string>
<string name="copyright">본 서비스의 그림상징은 \'한국형 보완대체의사소통용 기본상징 체계집\'의 일부로 박은혜, 김영태(이화여자대학교), 홍기형(성신여자대학교)에게 저작권이 있습니다.\n자료의 무단 사용 및 2차 가공, 배포, 상업적 용도로 사용하는 것을 금합니다.</string>
<string name="bird_img_copyright">앱에서 사용된 새 아이콘은 Flaticon에서 Mihimihi가 제작했습니다</string>

<!-- Guide Screen -->
<string name="guide_screen_bottom_navigation_bar">하단 아이콘을 눌러 원하는 기능을 이용하세요\n① 상징으로 말하기\n② 음성으로 말하기\n③ 새 상징 만들기\n④ 설정</string>
Expand Down

0 comments on commit 683c2b5

Please sign in to comment.