missing phrase
This commit is contained in:
parent
ed929376dc
commit
5da3a099e1
|
@ -79,7 +79,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if($page->draft()): ?>
|
<?php if($page->draft()): ?>
|
||||||
<div class="alert alert-primary mt-2 mb-2"><?php $L->p('The content is saved as a draft. To publish it click on the button <b>Publish</b> or if you still working on it click on <b>Save as draft</b>.') ?></div>
|
<div class="alert alert-primary mt-2 mb-2"><?php $L->p('the-content-is-saved-as-a-draft-to-publish-it') ?></div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="form-group mt-2">
|
<div class="form-group mt-2">
|
||||||
|
|
|
@ -348,5 +348,7 @@
|
||||||
"access-denied": "Access denied",
|
"access-denied": "Access denied",
|
||||||
"choose-images-to-upload": "Choose images to upload",
|
"choose-images-to-upload": "Choose images to upload",
|
||||||
"insert": "Insert",
|
"insert": "Insert",
|
||||||
"upload": "Upload"
|
"upload": "Upload",
|
||||||
|
"autosave": "Autosave",
|
||||||
|
"the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button <b>Publish</b> or if you still working on it click on <b>Save as draft</b>."
|
||||||
}
|
}
|
Loading…
Reference in New Issue