Merge pull request #5390 from artoscinote/ma_SCI_8369

Label templates to toolbar copy [SCI-8369]
This commit is contained in:
aignatov-bio 2023-05-11 11:30:31 +02:00 committed by GitHub
commit 3b7c3a6f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
background: $color-concrete;
z-index: 2;
.btn:hover {
.btn.btn-light:hover {
background: $color-white;
}
}

View file

@ -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'