修改 语句

This commit is contained in:
iVampireSP.com 2023-01-01 21:46:36 +08:00
parent a66b8a0298
commit b93ed821f9
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -50,7 +50,7 @@
<div class="form-group"> <div class="form-group">
<label for="content">内容</label> <label for="content">内容</label>
<textarea class="form-control" id="content" name="content" rows="10" <textarea class="form-control" id="content" name="content" rows="10"
placeholder="代替模块的回复。"></textarea> placeholder="作为 {{ config('app.display_name') }} 回复。"></textarea>
</div> </div>
<button type="submit" class="btn btn-primary mt-3 mb-3">提交</button> <button type="submit" class="btn btn-primary mt-3 mb-3">提交</button>