change text to be more sane

This commit is contained in:
krawieck 2020-09-18 21:24:33 +02:00
parent 4b4e743413
commit 173f068cf0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Function(
if (store.isAnonymousFor(instanceUrl)) {
return () {
Scaffold.of(context).showSnackBar(SnackBar(
content: Text(message ?? 'you ought to be logged in to do that'),
content: Text(message ?? 'you have to be logged in to do that'),
action: SnackBarAction(
label: 'log in',
onPressed: () => goTo(context, (_) => AccountsConfigPage())),