fix(translation): OIDC, Continue with (#14271)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2026-02-06 14:18:48 +08:00
committed by GitHub
parent 4fa5e99e65
commit 626a091f55
48 changed files with 48 additions and 48 deletions

View File

@@ -103,7 +103,7 @@ class ButtonOP extends StatelessWidget {
child: FittedBox(
fit: BoxFit.scaleDown,
child: Center(
child: Text('${translate("Continue with")} $opLabel')),
child: Text(translate("Continue with {$opLabel}"))),
),
),
],