소스 검색

AppPattern fix

Used wrong character.
Ecconia 7 년 전
부모
커밋
ca6d1b886e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Application/AppPattern.php

+ 1 - 1
src/Application/AppPattern.php

@@ -12,7 +12,7 @@ class AppPattern {
 		$this->fields = json_decode('[
 				{
 					"text": "Country?",
-					"hint": "Where are you from? Just the continent is fine. Please leave blank if you don\"t want to tell us!",
+					"hint": "Where are you from? Just the continent is fine. Please leave blank if you don\'t want to tell us!",
 					"type": "line",
 					"optional": true
 				},