Label templates to toolbar copy [SCI-8369]

This commit is contained in:
Martin Artnik 2023-05-10 15:18:51 +02:00
parent 4737a2d4bc
commit 33e9057fef
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -907,7 +907,7 @@ en:
templates_deleted: 'Successfully deleted Label template(s)' templates_deleted: 'Successfully deleted Label template(s)'
template_set_as_default: 'Successfully set template as default' template_set_as_default: 'Successfully set template as default'
toolbar: toolbar:
new: 'New template' new: 'New label template'
check_for_updates: 'Check for updates' check_for_updates: 'Check for updates'
edit: 'Edit' edit: 'Edit'
duplicate: 'Duplicate' duplicate: 'Duplicate'