mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 09:17:37 +00:00
frost info text correction
This commit is contained in:
parent
52e73cc6ba
commit
337b1c0171
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ import 'package:flutter/material.dart';
|
|||
import 'package:flutter/services.dart';
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:frostdart/frostdart.dart';
|
||||
|
||||
import '../../../../../frost_route_generator.dart';
|
||||
import '../../../../../pages_desktop_specific/my_stack_view/exit_to_my_stack_button.dart';
|
||||
import '../../../../../providers/db/main_db_provider.dart';
|
||||
|
@ -426,7 +427,7 @@ class _CompleteReshareConfigViewState
|
|||
),
|
||||
RoundedWhiteContainer(
|
||||
child: Text(
|
||||
"The number of participants must be equal to or less than the"
|
||||
"The number of participants must be equal to or greater than the"
|
||||
" number of required signatures.",
|
||||
style: STextStyles.w500_12(context).copyWith(
|
||||
color:
|
||||
|
|
Loading…
Reference in a new issue