mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
fix text when loading changelog
This commit is contained in:
parent
e830477bf0
commit
069b0b2459
|
@ -354,7 +354,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Bootstrap_Style {
|
|||
<h3 id="extensionChangelogLabel"><?= getMLText("extension_changelog") ?></h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p><?php printMLText('extension_loading') ?></p>
|
||||
<p><?php printMLText('changelog_loading') ?></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true"><?php printMLText("close") ?></button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user