diff --git a/app/views/note/note-dev.html b/app/views/note/note-dev.html index 584a8e5..da03997 100644 --- a/app/views/note/note-dev.html +++ b/app/views/note/note-dev.html @@ -717,15 +717,15 @@ function log(o) { <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> - <h4 class="modal-title">{{msg . "Image"}}</h4> + <h4 class="modal-title">{{leaMsg . "Image"}}</h4> </div> <div class="modal-body" style="padding-top: 0; padding-bottom: 0"> <iframe name="mdImageManager" style="width: 100%; height: 350px" scrolling="no" id="leauiIfrForMD" src="" frameborder="0"></iframe> </div> <div class="modal-footer"> <a href="#" class="btn btn-default" - data-dismiss="modal">{{msg . "Cancel"}}</a> <a href="#" - class="btn btn-primary action-insert-image" data-dismiss="modal">{{msg . "Insert Image"}}</a> + data-dismiss="modal">{{leaMsg . "Cancel"}}</a> <a href="#" + class="btn btn-primary action-insert-image" data-dismiss="modal">{{leaMsg . "Insert Image"}}</a> </div> </div> </div> @@ -922,4 +922,4 @@ window.require = { <script src="/public/js/plugins/main.js"></script> </body> -</html> +</html>