]> source.dussan.org Git - archiva.git/commitdiff
fix use of i18n for toggle button in modal
authorOlivier Lamy <olamy@apache.org>
Sat, 13 Oct 2012 14:08:39 +0000 (14:08 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 13 Oct 2012 14:08:39 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1397832 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/templates/archiva/modal.html

index aebb5c88e0025db80dc4d3fc4a6ca30a3d6ab360..976ebfa58f94957a25639ed71e264ae31c438bc1 100644 (file)
@@ -26,7 +26,7 @@
   </div>
   <div class="modal-footer">
     <a class="btn btn-secondary" id="dialog-confirm-modal-cancel" data-loading-text="${$.i18n.prop('common.loading')}">${$.i18n.prop('cancel')}</a>
-    <a class="btn btn-primary" id="dialog-confirm-modal-ok">${$.i18n.prop('ok')}</a>
+    <a class="btn btn-primary" id="dialog-confirm-modal-ok" data-loading-text="${$.i18n.prop('common.loading')}">${$.i18n.prop('ok')}</a>
   </div>
 </div>