Добавил локализацию FAQ. Добавил номера телефонов и url сайтов.
This commit is contained in:
@@ -96,7 +96,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
|
||||
return StringsLocalization.carryingPurchase();
|
||||
}
|
||||
|
||||
@override getHint() {
|
||||
@override getHintString() {
|
||||
return StringsLocalization.sum();
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
|
||||
return new TextField(
|
||||
keyboardType: TextInputType.number,
|
||||
decoration: new InputDecoration.collapsed(
|
||||
hintText: getHint(),
|
||||
hintText: getHintString(),
|
||||
hintStyle: new TextStyle(color: greyTextColor, fontSize: 16.0)
|
||||
),
|
||||
controller: controller,
|
||||
|
||||
Reference in New Issue
Block a user