Merge pull request #925 from SaifurRahmanMohsin/patch-2

Added lang instead of plain text
This commit is contained in:
Samuel Georges 2015-02-12 08:30:16 +11:00
commit 49641c224d
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<?= Form::open(['onsubmit'=>'return false']) ?>
<div class="modal-header">
<button type="button" class="close" data-dismiss="popup">&times;</button>
<h4 class="modal-title">File was changed</h4>
<h4 class="modal-title"><?= e(trans('cms::lang.form.concurrency_file_changed_title')) ?></h4>
</div>
<div class="modal-body">
<p>The file you're editing has been changed on disk by another user. You can either reload the file and lose your changes or override the file on the disk.</p>
<p><?= e(trans('cms::lang.form.concurrency_file_changed_description')) ?></p>
</div>
<div class="modal-footer">
<button
@ -26,4 +26,4 @@
Cancel
</button>
</div>
<?= Form::close() ?>
<?= Form::close() ?>