Skip to content
This repository was archived by the owner on May 1, 2018. It is now read-only.

Commit aa411bd

Browse files
committed
fix something
1 parent bbb5932 commit aa411bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Challenge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<button @click="upload" type="submit" v-if="!isSubmitted">Submit</button>
1515
<div class="loader" v-if="isSubmitted && !(isScored || isError)">Loading...</div>
1616
<div id="result" v-if="isScored"><p>正解率: {{ accuracy }} %</p></div>
17-
<div id="error" v-if="isError"><p>ファイル形式が違います。</p></div>
17+
<div id="error" v-if="isError"><p>ファイル形式が違うか、解答間隔が短すぎます。</p></div>
1818
</section>
1919
</article>
2020
<article v-else>

0 commit comments

Comments
 (0)