change direct text to language text for N/A

This commit is contained in:
Cüneyt Şentürk
2017-12-16 14:11:27 +03:00
parent fdc579c3c8
commit 0ce7d7509d
6 changed files with 6 additions and 6 deletions

View File

@@ -398,7 +398,7 @@
html += ' <h4 class="modal-title" id="emailModalLabel">Overflowing text</h4>';
html += ' </div>';
html += ' <div class="modal-body">';
html += ' N/A';
html += ' {{ trans('general.na') }}';
html += ' </div>';
html += ' <div class="modal-footer">';
html += ' <button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('general.cancel') }}</button>';