Make wording more formal

This commit is contained in:
krawieck 2020-09-18 17:28:09 +02:00
parent 10556770de
commit 6cc0f70ec1
1 changed files with 1 additions and 1 deletions

View File

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