Skip to content

Commit

Permalink
Improve the multilingual support
Browse files Browse the repository at this point in the history
  • Loading branch information
gergo85 committed Dec 14, 2015
1 parent b3f318f commit 12465f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/cms/controllers/index/_concurrency_resolve_form.htm
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ <h4 class="modal-title"><?= e(trans('backend::lang.form.concurrency_file_changed
type="submit"
data-action="reload"
class="btn btn-primary">
Reload
<?= e(trans('backend::lang.form.reload')) ?>
</button>
<button
type="submit"
data-action="save"
class="btn btn-primary">
Save
<?= e(trans('backend::lang.form.save')) ?>
</button>
<button
type="button"
class="btn btn-default"
data-dismiss="popup">
Cancel
<?= e(trans('backend::lang.form.cancel')) ?>
</button>
</div>
<?= Form::close() ?>

0 comments on commit 12465f4

Please sign in to comment.