From 626aa386d0f5ffb0c53a9dcabb9284bb78172d8d Mon Sep 17 00:00:00 2001 From: erinn Date: Thu, 4 Nov 2021 16:31:01 -0700 Subject: [PATCH] update lcg version --- LIBCWTCH-GO.version | 2 +- lib/widgets/filebubble.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index 3fe724f0..ccabd97d 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -v1.3.1-25-g4adb501-2021-11-04-04-20 \ No newline at end of file +v1.3.1-31-g706be7f-2021-11-04-22-49 \ No newline at end of file diff --git a/lib/widgets/filebubble.dart b/lib/widgets/filebubble.dart index a0052919..33fa503e 100644 --- a/lib/widgets/filebubble.dart +++ b/lib/widgets/filebubble.dart @@ -96,7 +96,7 @@ class FileBubbleState extends State { var path = Provider.of(context).downloadFinalPath(widget.fileKey()) ?? ""; wdgDecorations = Column( crossAxisAlignment: CrossAxisAlignment.start, - children:[Text(AppLocalizations.of(context)!.fileInterrupted + ': ' + path + '\u202F'),ElevatedButton(onPressed: _btnResume, child: Text('Verify/resume'))] + children:[Text(AppLocalizations.of(context)!.fileInterrupted + ': ' + path + '\u202F'),ElevatedButton(onPressed: _btnResume, child: Text(AppLocalizations.of(context)!.verfiyResumeButton))] ); } } else {