update lcg version
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
erinn 2021-11-04 16:31:01 -07:00
parent 8653a31482
commit 626aa386d0
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v1.3.1-25-g4adb501-2021-11-04-04-20
v1.3.1-31-g706be7f-2021-11-04-22-49

View File

@ -96,7 +96,7 @@ class FileBubbleState extends State<FileBubble> {
var path = Provider.of<ProfileInfoState>(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 {