mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Adds multiple missing translations (#972)
Adds several missing translations, mostly in Forms and the onboarding modals.
This commit is contained in:
@@ -309,7 +309,7 @@ class OnBoardingPopupsCtl extends Disposable {
|
||||
),
|
||||
Buttons(
|
||||
bigBasicButton(
|
||||
'Previous', testId('previous'),
|
||||
t('Previous'), testId('previous'),
|
||||
dom.on('click', () => this._move(-1)),
|
||||
dom.prop('disabled', isFirstStep),
|
||||
{style: `margin-right: 8px; visibility: ${isFirstStep ? 'hidden' : 'visible'}`},
|
||||
|
||||
Reference in New Issue
Block a user