Fixed UI for pagemedia notes when files cannot yet be uploaded (fixes #798)

This commit is contained in:
Djamil Legato
2016-09-29 08:54:17 -07:00
parent a77ac2f5be
commit 2930625923
2 changed files with 2 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
* Clean up POST keys containing square brackets, allows for regex ranges in routes ([#776](https://github.com/getgrav/grav-plugin-admin/issues/776))
* Fix [#773](https://github.com/getgrav/grav-plugin-admin/issues/773) allow filepicker work inside lists, respond to mutation event
* Better error handling for Feed when unable to connect
* Fixed UI for Pagemedia note when files cannot yet be uploaded ([#798](https://github.com/getgrav/grav-plugin-admin/issues/798))
# v1.2.2
## 09/08/2016

View File

@@ -20,9 +20,7 @@
<div class="form-tab">
<div class="form-field">
<div class="form-label">
<span class="note">
{{ "PLUGIN_ADMIN.CANNOT_ADD_MEDIA_FILES_PAGE_NOT_SAVED"|tu }}
</span>
{{ "PLUGIN_ADMIN.CANNOT_ADD_MEDIA_FILES_PAGE_NOT_SAVED"|tu }}
</div>
</div>
</div>