Skip to content

Commit d9b368e

Browse files
committed
Tweak footer disclaimer copy
1 parent 0f2fe4e commit d9b368e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/i18n/landingCopy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export const landingCopy = {
228228
},
229229
},
230230
footer: {
231-
notice: 'This service is a demo and still in progress; bugs may occur. Please report issues at',
231+
notice: 'This service is a demo; bugs may occur. Please report issues at',
232232
issueLabel: 'GitHub Issues',
233233
noticeTail: '.',
234234
},
@@ -462,7 +462,7 @@ export const landingCopy = {
462462
},
463463
},
464464
footer: {
465-
notice: '이 서비스는 데모 버전이며 아직 미완성이라 버그가 있을 수 있습니다. 오류가 발생하면',
465+
notice: '이 서비스는 데모 버전이므로 버그가 있을 수 있습니다. 오류가 발생하면',
466466
issueLabel: 'GitHub Issues',
467467
noticeTail: '에 남겨주세요.',
468468
},

0 commit comments

Comments
 (0)