Fix for intl
This commit is contained in:
committed by
Dat H. Pham
parent
535a862777
commit
ff9ba5d869
@@ -38,7 +38,7 @@ class AppLocalizations {
|
||||
}
|
||||
|
||||
String get badCredentials {
|
||||
return Intl.message('Bad credentials');
|
||||
return Intl.message('Bad credentials', name: 'badCredentials');
|
||||
}
|
||||
|
||||
String get next {
|
||||
|
||||
Reference in New Issue
Block a user