Rename database structure button label to Copy DB Structure
Signed-off-by: Satyam <satyam.gupta756@gmail.com>
This commit is contained in:
parent
c5e158233f
commit
3d7ad3e477
@ -12,7 +12,7 @@
|
||||
<p class="d-print-none">
|
||||
<button type="button" class="btn btn-link p-0 jsPrintButton">{{ get_icon('b_print', t('Print'), true) }}</button>
|
||||
<button type="button" id="copyStructureBtn" class="btn btn-link p-0">
|
||||
{{ get_icon('b_export', t('Copy Structure'), true) }}
|
||||
{{ get_icon('b_export', t('Copy DB Structure'), true) }}
|
||||
</button>
|
||||
<a href="{{ url('/database/data-dictionary', {'db': database, 'goto': url('/database/structure')}) }}">
|
||||
{{ get_icon('b_tblanalyse', t('Data dictionary'), true) }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user