MINOR-FIX: Localization Problem Resolve.
This commit is contained in:
@@ -273,7 +273,7 @@ class LoginScreen extends StatelessWidget {
|
||||
child: Center(
|
||||
child: Text.rich(
|
||||
TextSpan(
|
||||
text: ConstTexts.dontHaveAccount.tr(),
|
||||
text: "${ConstTexts.dontHaveAccount.tr()} ",
|
||||
style: AppThemeData.mediumTextStyle(
|
||||
color:
|
||||
isDark
|
||||
|
||||
Reference in New Issue
Block a user