Update app/client/ui/CreateTeamModal.ts t translation name

Co-authored-by: George Gevoian <85144792+georgegevoian@users.noreply.github.com>
pull/903/head
CamilleLegeron 2 months ago committed by GitHub
parent 7fad422670
commit 69f6c1b92c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,7 @@ import {
} from 'grainjs';
import { makeT } from '../lib/localization';
const t = makeT('createTeamModal');
const t = makeT('CreateTeamModal');
const testId = makeTestId('test-create-team-');
export function buildNewSiteModal(context: Disposable, options: {

Loading…
Cancel
Save