浏览代码

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
 				},