mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
i18n: userManager translation + some forgotten translations (#557)
* translation: add userManager translation + some forgotten translations * use '\' caracter for multiple-line strings
This commit is contained in:
@@ -102,7 +102,7 @@ function shareButton(buttonText: string|null, menuCreateFunc: MenuCreateFunc,
|
||||
return cssHoverCircle({ style: `margin: 5px;` },
|
||||
cssTopBarBtn('Share', dom.cls('tour-share-icon')),
|
||||
menu(menuCreateFunc, {placement: 'bottom-end'}),
|
||||
hoverTooltip('Share', {key: 'topBarBtnTooltip'}),
|
||||
hoverTooltip(t('Share'), {key: 'topBarBtnTooltip'}),
|
||||
testId('tb-share'),
|
||||
);
|
||||
} else if (options.buttonAction) {
|
||||
@@ -115,7 +115,7 @@ function shareButton(buttonText: string|null, menuCreateFunc: MenuCreateFunc,
|
||||
cssShareCircle(
|
||||
cssShareIcon('Share'),
|
||||
menu(menuCreateFunc, {placement: 'bottom-end'}),
|
||||
hoverTooltip('Share', {key: 'topBarBtnTooltip'}),
|
||||
hoverTooltip(t('Share'), {key: 'topBarBtnTooltip'}),
|
||||
testId('tb-share'),
|
||||
),
|
||||
);
|
||||
@@ -128,7 +128,7 @@ function shareButton(buttonText: string|null, menuCreateFunc: MenuCreateFunc,
|
||||
cssShareIcon('Share')
|
||||
),
|
||||
menu(menuCreateFunc, {placement: 'bottom-end'}),
|
||||
hoverTooltip('Share', {key: 'topBarBtnTooltip'}),
|
||||
hoverTooltip(t('Share'), {key: 'topBarBtnTooltip'}),
|
||||
testId('tb-share'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user