mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
refactor(tooltips): add merge tooltips header for consistency
- Added `merge.tooltip.header.title` key to translation logic - Included header title in merge settings tooltips Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
This commit is contained in:
parent
eb5f36aa15
commit
a6dda9a116
@ -5,6 +5,9 @@ export const useMergeTips = (): TooltipContent => {
|
|||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
header: {
|
||||||
|
title: t('merge.tooltip.header.title', 'Merge Settings Overview')
|
||||||
|
},
|
||||||
tips: [
|
tips: [
|
||||||
{
|
{
|
||||||
title: t('merge.removeDigitalSignature.tooltip.title', 'Remove Digital Signature'),
|
title: t('merge.removeDigitalSignature.tooltip.title', 'Remove Digital Signature'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user