Skip to content

Commit 1da725b

Browse files
authored
Merge pull request #6 from 0b5vr/patch-1
fix: Fix typo in the license modal
2 parents 0b2a342 + f94fbd3 commit 1da725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ModelList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const EachModel = ({ model }: { model: ModelData }) => {
141141
/>
142142
<LicenseRow
143143
style={model.license.personalNonCommercialUse ? 'ok' : 'ng'}
144-
title="┗ 個人の非営利目的の活動(同人誌活動)のみ"
144+
title="┗ 個人の非営利目的の活動(同人活動等)のみ"
145145
/>
146146
<LicenseRow style={model.license.modification ? 'ok' : 'ng'} title="改変" />
147147
<LicenseRow style={model.license.redistribution ? 'ok' : 'ng'} title="再配布" />

0 commit comments

Comments
 (0)