Adds multiple missing translations (#972)

Adds several missing translations, mostly in Forms and the onboarding modals.
This commit is contained in:
Spoffy
2024-05-10 14:31:54 +01:00
committed by GitHub
parent 6299db6872
commit 1e63c28a2a
4 changed files with 18 additions and 15 deletions

View File

@@ -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'}`},