diff --git a/lib/views/messageview.dart b/lib/views/messageview.dart index dc711bf9..2d376d66 100644 --- a/lib/views/messageview.dart +++ b/lib/views/messageview.dart @@ -100,8 +100,8 @@ class _MessageViewState extends State { var appBarButtons = []; if (showFileSharing) { - appBarButtons.add(IconButton( - splashRadius: Material.defaultSplashRadius / 2, icon: Icon(Icons.folder_shared), tooltip: AppLocalizations.of(context)!.conversationSettings, onPressed: _pushFileSharingSettings)); + appBarButtons.add( + IconButton(splashRadius: Material.defaultSplashRadius / 2, icon: Icon(Icons.folder_shared), tooltip: AppLocalizations.of(context)!.manageSharedFiles, onPressed: _pushFileSharingSettings)); } if (Provider.of(context).isOnline()) {