mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Label templates to toolbar copy [SCI-8369]
This commit is contained in:
parent
4737a2d4bc
commit
33e9057fef
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
background: $color-concrete;
|
||||
z-index: 2;
|
||||
|
||||
.btn:hover {
|
||||
.btn.btn-light:hover {
|
||||
background: $color-white;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -907,7 +907,7 @@ en:
|
|||
templates_deleted: 'Successfully deleted Label template(s)'
|
||||
template_set_as_default: 'Successfully set template as default'
|
||||
toolbar:
|
||||
new: 'New template'
|
||||
new: 'New label template'
|
||||
check_for_updates: 'Check for updates'
|
||||
edit: 'Edit'
|
||||
duplicate: 'Duplicate'
|
||||
|
|
Loading…
Reference in a new issue